Fixed
Details
Assignee
SAMIGO TEAMSAMIGO TEAMReporter
Matthew JonesMatthew JonesLabels
Components
Fix versions
Affects versions
Priority
Critical
Details
Details
Assignee
SAMIGO TEAM
SAMIGO TEAMReporter
Matthew Jones
Matthew JonesLabels
Components
Fix versions
Affects versions
Priority
Created November 17, 2015 at 10:35 AM
Updated April 17, 2018 at 8:17 AM
Resolved March 31, 2017 at 9:05 AM
There was some changes added in for static strings that reference Samigo code. These really should be defined in Samigo and also cleaned up through samigo.
+ public static final String EVENT_PUBASSESSMENT_SETTINGS = "sam.pubsetting.edit";
+ public static final String EVENT_PUBASSESSMENT_UNPUBLISH = "sam.pubassessment.confirm_edit";
+ public static final String EVENT_PUBASSESSMENT_REPUBLISH = "sam.pubassessment.republish";
+ public static final String EVENT_PUBASSESSMENT_REMOVE = "sam.pubAssessment.remove";
There are probably more of these.