Changes between Version 1 and Version 2 of Ticket #1780, comment 4
- Timestamp:
- Nov 13, 2013, 11:54:30 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1780, comment 4
v1 v2 2 2 3 3 * The 'copy' icon for a transformation is placed in the bioassayset analysis tree GUI by JSP script `www/views/experiments/bioassaysets/analysis_tree.jsp`, provided a job and an interactive plug-in exist, but no check that the user has permission to use the plug-in or its configuration is performed. 4 * The 'copy' button in the properties tool bar for a transformation is created by JSP script `www/views/experiments/transformation /view_transformation.jsp`, provided `WRITE` permission for the transformation exists, but no check that the user has permission to use the plug-in or its configuration is performed.4 * The 'copy' button in the properties tool bar for a transformation is created by JSP script `www/views/experiments/transformations/view_transformation.jsp`, provided `WRITE` permission for the transformation exists, but no check that the user has permission to use the plug-in or its configuration is performed. 5 5 6 6 Suggested fix: