mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- removing filename attribute from rendering engine, wasn't working properly and redundant with name property
- misc ui fixes per usability meeting this morning - using action node path in XFormsBean since current path isn't reliable in workflow context - getting location column to work in manage task screen. had to use actioncontext.id for wcm actions since path can be a Path object in workflow screens - adding property resolvers to AVMNode for common props git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4731 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -62,8 +62,6 @@
|
||||
</a:column>
|
||||
|
||||
<%-- Path column --%>
|
||||
<%--
|
||||
XXXarielb need to uncomment this once i figure out how to deal with paths...
|
||||
<a:column id="col3" style="padding:2px;text-align:left">
|
||||
<f:facet name="header">
|
||||
<a:sortLink id="col3-sort" label="#{msg.path}" value="path" styleClass="header"/>
|
||||
@@ -71,7 +69,7 @@ XXXarielb need to uncomment this once i figure out how to deal with paths...
|
||||
<r:nodePath id="col3-path" value="#{r.path}" action="dialog:close:browse"
|
||||
actionListener="#{BrowseBean.clickSpacePath}" />
|
||||
</a:column>
|
||||
--%>
|
||||
|
||||
<%-- Created Date column --%>
|
||||
<a:column id="col4" style="padding:2px;text-align:left">
|
||||
<f:facet name="header">
|
||||
|
Reference in New Issue
Block a user