[
https://issues.apache.org/jira/browse/OFBIZ-12272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395919#comment-17395919
]
ASF subversion and git services commented on OFBIZ-12272:
---------------------------------------------------------
Commit 6addbdc20830dc8800e8d320990c03642ddfd16c in ofbiz-framework's branch
refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=6addbdc ]
Implemented: Convert WorkEffort relation screen to dynamic Compound
(OFBIZ-12292) (#318)
After the work on the task OFBIZ-11808, the work on issue OFBIZ-12272 to improve
FindWorkEffort and suggest converting dynamic screen with compound widget, we
tried
to migrate all screen link to entity workEffort with idea to down less the code,
remove all css information to let the theme do it and use widget improvement
developed last years (focus, extend, displaying)
The migration cover FindWorkEffort, ListWorkEffortPartyAssigns,
ListWorkEffortFixedAssetAssigns, ListWorkEffortCommEvents,
ListWorkEffortShopLists,
ListWorkEffortRequests, ListWorkEffortRequirements, ListWorkEffortQuotes,
ListWorkEffortOrderHeaders, EditWorkEffortTimeEntries, EditWorkEffortNotes,
EditWorkEffortContents, EditWorkEffortGoodStandards, EditWorkEffortReviews,
EditWorkEffortKeywords, EditWorkEffortContactMechs,
EditAgreementWorkEffortApplics,
ListWorkEffortAttributes, ListWorkEffortEventReminders
Thanks to Leila Mekika, Marie-Aline Pantais, Gaƫtan Chaboussie and Gil
Portenseigne for their help
> Miscellaneous improvements to FindWorkEffort screen
> ---------------------------------------------------
>
> Key: OFBIZ-12272
> URL: https://issues.apache.org/jira/browse/OFBIZ-12272
> Project: OFBiz
> Issue Type: Improvement
> Affects Versions: Trunk
> Reporter: Xin Wang
> Assignee: Nicolas Malin
> Priority: Major
> Attachments:
> 0001-Miscellaneous-improvements-to-FindWorkEffort-screen.patch,
> OFBIZ-12272-Cpd.xml, OFBIZ-12272-WithDynamism.patch
>
>
> Attached patch add miscellaneous improvements to FindWorkEffort screen:
> 1. Add "noConditionFind" field with value "Y" to FindWorkEffort screen to
> show results without click "Find" button
> 2. Change response type of deleteWorkEffort from "view" to
> "request-redirect", so that user can stay in FindWorkEffort screen after
> deletion
> 3. Remove "buttontext" widget style of workEffortId column, as text of this
> column also contains workEffortName, and it may be very long and even wrapped
> for two lines, "buttontext" does not fit it quite well
> 4. Change ListWorkEfforts from "form" to "grid", and enable "sort-field" for
> most of the columns (except "description")
> 5. Change "workEffortId" field text from "${workEffortName}
> [${workEffortId}]" to "[${workEffortId}] ${workEffortName}", to be consistent
> with the sort order, as this column is sort by workEffortId
--
This message was sent by Atlassian Jira
(v8.3.4#803005)