Task #4526 (closed)
Opened 14 years ago
Closed 13 years ago
RFE: allow ini configuration of default "archiveImage" value.
Reported by: | jamoore | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-Beta4.3 |
Component: | Import | Version: | n.a. |
Keywords: | configuration | Cc: | m.woodbridge@…, jburel |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | n.a. |
Description
See: http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2011-February/001871.html
There is only one other modification that I make to the clients, and it's also a configuration change. We would like the archival flag in the importer to default to true, so I have changed ImportDialog.java: archiveImage.setSelected(config.archiveImage.get()); to: archiveImage.setSelected(true); It is possible to set this in an ini file instead? It looks like there is some relevant code in ImportConfig.java but I don't fully understand what it does.
Change History (1)
comment:1 Changed 13 years ago by bwzloranger <bwzloranger@…>
- Remaining Time set to 0
- Resolution set to fixed
- 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.
(In [9f4319efd23caebebe831ea00a556a3d9d158687/ome.git] on branch develop) Fixes #4526. Admins can now set forceFileArchiveOn = true in import.config to always enable archive option in import dialog