Changes between Initial Version and Version 1 of Ticket #801, comment 33
- Timestamp:
- Oct 13, 2015, 7:28:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #801, comment 33
initial v1 1 (In [3527]) Refs #801. Refs #816. Roles `MeludiRole.LIBRARY_PREP` and `MeludiRole.LIBRARY_PLATE_DESIGNER` used in library preparation are installed (they were previously defined in data access object ` Annotationtype.java` in `src/net/sf/basedb/meludi/dao/`):1 (In [3527]) Refs #801. Refs #816. Roles `MeludiRole.LIBRARY_PREP` and `MeludiRole.LIBRARY_PLATE_DESIGNER` used in library preparation are installed (they were previously defined in data access object `MeludiRole.java` in `src/net/sf/basedb/meludi/dao/`): 2 2 3 3 1. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated in protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)`:[[BR]]a. For commands "`Validate`" and "`Install`" to check roles `MeludiRole.LIBRARY_PREP` and `MeludiRole.LIBRARY_PLATE_DESIGNER`, and create them if missing.[[BR]]b. For command "`GetPermissions`" to include information on membership in roles `MeludiRole.LIBRARY_PREP` and `MeludiRole.LIBRARY_PLATE_DESIGNER`, respectively.