Author: jacopoc
Date: Wed Aug 23 06:30:46 2006 New Revision: 434040 URL: http://svn.apache.org/viewvc?rev=434040&view=rev Log: I've commented a few (broken) links from the find work effort screen and fixed the delete link that was pointing to a wrong request name; now deleting a workeffort is possible even if there are still some oddities in the way that page works (it's too complex to work fine and in fact it doesn't work well). Modified: incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Modified: incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=434040&r1=434039&r2=434040&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original) +++ incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Wed Aug 23 06:30:46 2006 @@ -114,7 +114,6 @@ <request-map uri="AddWorkEffortAssoc"><security https="true" auth="true"/><response name="success" type="view" value="AddWorkEffortAssoc"/></request-map> <request-map uri="EditWorkEffortAndAssoc"><security https="true" auth="true"/><response name="success" type="view" value="EditWorkEffortAndAssoc"/></request-map> <request-map uri="AddWorkEffortAndAssoc"><security https="true" auth="true"/><response name="success" type="view" value="AddWorkEffortAndAssoc"/></request-map> - <request-map uri="EditListWorkEfforts"><security https="true" auth="true"/><response name="success" type="view" value="EditListWorkEfforts"/></request-map> <request-map uri="EditWorkEffort"><security https="true" auth="true"/><response name="success" type="view" value="EditWorkEffort"/></request-map> <request-map uri="createWorkEffort"> Modified: incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=434040&r1=434039&r2=434040&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original) +++ incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Wed Aug 23 06:30:46 2006 @@ -337,6 +337,7 @@ </field> <field name="workEffortTypeId"><display-entity entity-name="WorkEffortType"/></field> <field name="workEffortPurposeTypeId"><display-entity entity-name="WorkEffortPurposeType"/></field> + <!-- These links have been commented because they are (partially or totally) broken <field name="editLink" title="" widget-style="linktext"> <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditWorkEffort?workEffortId=${workEffortId}&DONE_PAGE=ListWorkEfforts?${queryStringEncoded}"/> </field> @@ -346,8 +347,9 @@ <field name="editChildLink" title="" widget-style="linktext"> <hyperlink also-hidden="false" description="${uiLabelMap.CommonDetail} + ${uiLabelMap.WorkEffortChildren}" target="EditListWorkEfforts?trail=${workEffortId}&DONE_PAGE=ListWorkEfforts?${queryStringEncoded}"/> </field> + --> <field name="deleteLink" title="" widget-style="linktext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeWorkEffort?workEffortId=${workEffortId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffort?workEffortId=${workEffortId}"/> </field> </form> <form name="WorkEffortTreeLine" hide-header="true" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" target="ListWorkEfforts" title="" type="list" list-name="listIt"> |
Free forum by Nabble | Edit this page |