Status "Released" is weak (e.g. for entry 32924)
This commit is contained in:
@@ -207,7 +207,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
|||||||
|
|
||||||
for (String p : parameters) {
|
for (String p : parameters) {
|
||||||
|
|
||||||
// TODO what if "Released" is assigned after "Archived"? (Multiple category problem)
|
// Status "Released" is weaker than the other statuses
|
||||||
if (p.startsWith("Status.")) {
|
if (p.startsWith("Status.")) {
|
||||||
if (!p.equals("Status.Released"))
|
if (!p.equals("Status.Released"))
|
||||||
record.removeClassification("Status.Released");
|
record.removeClassification("Status.Released");
|
||||||
|
|||||||
Reference in New Issue
Block a user