Author: adrianc
Date: Wed Jan 4 13:39:37 2012
New Revision: 1227154
URL:
http://svn.apache.org/viewvc?rev=1227154&view=revLog:
Workaround for a bug in the work effort application - it was not possible to display all calendar events. Added calendar type "None" so that all calendar events can be displayed.
Modified:
ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml
Modified: ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml?rev=1227154&r1=1227153&r2=1227154&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml (original)
+++ ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml Wed Jan 4 13:39:37 2012
@@ -40,6 +40,7 @@ under the License.
<EnumerationType description="Calendar Type" enumTypeId="CALENDAR_TYPE" hasTable="N" parentTypeId=""/>
<Enumeration description="Personal Calendar" enumCode="PERSONAL" enumId="CAL_PERSONAL" sequenceId="01" enumTypeId="CALENDAR_TYPE"/>
<Enumeration description="Manufacturing Calendar" enumCode="MANUFACTURING" enumId="CAL_MANUFACTURING" sequenceId="02" enumTypeId="CALENDAR_TYPE"/>
+ <Enumeration description="None" enumId="CAL_NONE" sequenceId="03" enumTypeId="CALENDAR_TYPE"/>
<!-- workeffort status -->
<StatusType description="WorkEffort Asset" hasTable="N" parentTypeId="" statusTypeId="WORK_EFF_ASSET_STTS"/>