You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
property var fieldFeatureLayerPair:root.controller.featureLayerPair
317
320
property string fieldHomePath:root.project?root.project.homePath:""// for photo editor
318
321
319
-
property bool fieldRememberValueSupported:root.controller.rememberAttributesController.rememberValuesAllowed&&root.state==="add"&&model.EditorWidget!=="Hidden"&& Type ===MM.FormItem.Field
322
+
property bool fieldRememberValueSupported:root.controller.rememberAttributesController.rememberValuesAllowed&&( root.state==="add"||root.state==="addChild" )&&model.EditorWidget!=="Hidden"&& Type ===MM.FormItem.Field
0 commit comments