-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add admin action to post to multiple Panorama Public submission reque…
…st message threads (#430) - Added an admin console action that will allow site admins to post to multiple Panorama Public submission request message threads. Show link to post messages on the admin page only if a "Panorama Public" journal project exists on the server. - Added a form where site admins can enter a title and message (in Markdown syntax), and filter and select from the list of datasets on Panorama Public where the message should be posted. -- Display an example message on the confirmation page. -- Added placeholder texts for links in message - Added a pipeline job to post the message to the selected experiments' message threads. -- Add submitter and lab head to the notify list if they were not on the original message thread posted before we switched to secure messages for Panorama Public. - "Support Message" column was added to the ExperimentAnnotationsTableInfo so that site admins can easily navigate to the message thread for a dataset - Removed old, unused admin action AssignSubmitterPermissionAction and related pipeline job.. - Added experiment title and permanent link on the form to make data public.
- Loading branch information
Showing
10 changed files
with
745 additions
and
212 deletions.
There are no files selected for viewing
316 changes: 256 additions & 60 deletions
316
panoramapublic/src/org/labkey/panoramapublic/PanoramaPublicController.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 0 additions & 148 deletions
148
panoramapublic/src/org/labkey/panoramapublic/pipeline/AssignSubmitterPermissionJob.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.