Changes between Version 2 and Version 3 of Ticket #1780, comment 3


Ignore:
Timestamp:
Nov 13, 2013, 11:15:39 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1780, comment 3

    v2 v3  
    22
    33 * The copy icon ([[Image(source:/branches/3.2-stable/www/images/copy.png)]]) in `www/images/copy.png` is displayed in column "`Tools`" at the right end of a row of an analysis sub-tree table, e.g. `Experiments` -> `Experiment A`, tab "`Bioassay sets`". If a plug-in has been used to transform the bioassay set, a new leaf is created named after the plug-in, and a child leaf with the result of the transformation. If the copy icon for a transformation is clicked, a configuration pop-up dialog for the transformation should appear. However, if the user doesn't have `USE` permission for the plug-in or its configuration, the dialog will only contain the '`permission denied`' message.
    4  * In addition, if a transformation link is clicked in the analysis tree to make the transformation properties page appear, a 'copy' button exists in the properties tool bar. Clicking on the button activates the same configuration pop-up dialog as discussed above, and the button should therefore also be disabled if the user isn't allowed to use the plug-in + config.
     4 * In addition, if a transformation link is clicked in the analysis tree to make the transformation properties page appear, a 'copy' button exists in the properties tool bar. Clicking the button activates the same configuration pop-up dialog as discussed above, and the button should therefore also be disabled if the user isn't allowed to use the plug-in + config.
    55 * A common example of when `USE` permission exists for a plug-in, but not for its configuration, is BASE 1 plug-ins. In BASE version 2 and up, BASE 1 plug-ins are run as configurations of the BASE 1 plug-in executor, and USE permission is often granted for the latter, but not always for all BASE 1 plug-ins.