-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 8.10, 9.2
-
Component/s: Seam / JSF UI
-
Backlog priority:300
-
Sprint:nxfit 9.10.1
-
Story Points:1
- install nuxeo 8.10
- deploy the following contribution:
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService"> <action icon="/img/action_add_file.png" id="XXX_IMPORT_FILE" label="action.new.file" type="fancybox" order="10"> <category>SUBVIEW_UPPER_LIST</category> <properties> <property name="include">/create_file.xhtml</property> </properties> </action> </extension>
- upload file using the newly available button
- observe there are no clear or clearall buttons (see javascript console for error)
- import a file in a File document using the Files tab
- observe the clear and clearall buttons are available
- depends on
-
NXP-23220 CSV importer does not show status (JSF UI)
- Resolved