... | ... | @@ -926,7 +926,7 @@ The [JButler Base Project](https://gitlab.labes.inf.ufes.br/labes/jbutler-base-p |
|
|
<h:outputText value="#{entity.name}" />
|
|
|
</p:column>
|
|
|
<p:column headerText="#{msgsCore['manageWorkshops.field.year']}" sortBy="#{entity.year}" filterBy="#{entity.year}" filterStyle="display: none">
|
|
|
<h:outputText value="#{entity.acronym}" />
|
|
|
<h:outputText value="#{entity.year}" />
|
|
|
</p:column>
|
|
|
<p:column headerText="#{msgsCore['manageWorkshops.field.submissionDeadline']}" sortBy="#{entity.submissionDeadline}">
|
|
|
<h:outputText value="#{entity.submissionDeadline}">
|
... | ... | |