- fixed fooCreated to fooEntryCreated
- added fooEntryUpdated
- TODO: rename user<Created|Updated> to userEntry<Created|Updated>
Signed-off-by: Roland Häder <roland@mxchange.org>
<p:column
headerText="#{msg.ENTRY_CREATED_HEADER}"
- sortBy="#{department.departmentCreated}"
+ sortBy="#{department.departmentEntryCreated}"
filterable="false"
>
- <h:outputText id="departmentCreated" value="#{department.departmentCreated}">
+ <h:outputText value="#{department.departmentEntryCreated}">
+ <f:convertDateTime type="both" timeStyle="short" dateStyle="short" />
+ </h:outputText>
+ </p:column>
+
+ <p:column
+ headerText="#{msg.ENTRY_UPDATED_HEADER}"
+ sortBy="#{department.departmentEntryUpdated}"
+ filterable="false"
+ >
+ <h:outputText value="#{department.departmentEntryUpdated}">
<f:convertDateTime type="both" timeStyle="short" dateStyle="short" />
</h:outputText>
</p:column>
<p:column
headerText="#{msg.ENTRY_CREATED_HEADER}"
- sortBy="#{headquarter.headquarterCreated}"
+ sortBy="#{headquarter.headquarterEntryCreated}"
filterable="false"
>
- <h:outputText id="headquarterCreated" value="#{headquarter.headquarterCreated}">
+ <h:outputText value="#{headquarter.headquarterEntryCreated}">
+ <f:convertDateTime type="both" timeStyle="short" dateStyle="short" />
+ </h:outputText>
+ </p:column>
+
+ <p:column
+ headerText="#{msg.ENTRY_UPDATED_HEADER}"
+ sortBy="#{headquarter.headquarterEntryUpdated}"
+ filterable="false"
+ >
+ <h:outputText value="#{headquarter.headquarterEntryUpdated}">
<f:convertDateTime type="both" timeStyle="short" dateStyle="short" />
</h:outputText>
</p:column>