Task #912 (closed)
Opened 11 years ago
Closed 9 years ago
Possibly use annotation as script marker
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2 |
| Component: | Scripting | Version: | 3.0-M1 |
| Keywords: | n.a. | Cc: | dzmacdonald, cblackburn |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2010-04-16 (7) |
Description
Rather than requiring a script to be owned by an admin (meaning it can't be uploaded by the user), it might be more useful and flexible to just have an admin add an annotation to the OriginalFile :
file.linkAnnotation(
new BooleanAnnotation("omero.scripts.valid", true)
);
or similar.
Change History (4)
comment:1 Changed 11 years ago by jmoore
- Milestone changed from OMERO-Beta4 to OMERO-Beta4.2
comment:2 Changed 9 years ago by jmoore
- Component changed from Services to Scripting
- Owner changed from jmoore to dzmacdonald
comment:3 Changed 9 years ago by jmoore
- Owner changed from dzmacdonald to jmoore
comment:4 Changed 9 years ago by jmoore
- Cc cblackburn added
- Resolution set to fixed
- Sprint set to 2010-04-16 (7)
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Sounds more like a 4.2 modification. Moving for now.