Wei Zhang
Wei Zhang
Should we remove nulls for Map in ServiceDefinition.nestedRemoveNullsFromResultMap()? For example, add lines below in ServiceDefinition.java line 829 _else if (value instanceof Map) { entry.setValue(CollectionUtilities.removeNullsFromMap((Map)value)); }_
Re. mantle.work.WorkEffortServices.clone#WorkEffort, it cannot create correct WorkEffortAssoc for new cloned milesones and tasks, the new cloned milestones are associated to the tasks in based project. Hope that makes sense.
I found form.background-reload-id does not work in vapps. I have checked code I think it is cuased by incorret formSingleType "form" is assigned in DefaultScreenMacros.vuet.ftl line 380. "m-from" is expected...
This bug can be reproduced by the following steps. 1. Go to https://demo.moqui.org/qapps/marble/Catalog/Category/EditProducts?productCategoryId=DEMO_CLOTHING 2. Click Find Options and input 'T-Shirt' in Name text box 3. Click Find button. 4. Click...