Hi Fiona,
No, it hasn't been included. I'm not sure why I closed this bug prematurely when the code from the other bug was not merged. I'll reopen it. Taking a quick look at the code, it looks like code from bug 1331174 was included in this branch, which will need to be removed before it can be merged. I can work on that today.
In the meantime, Fiona, the following SQL from the upgrade script can be run on your customer's system to fix the typo:
UPDATE PERMISSION.PERM_LIST SET CODE='COPY_STATUS_LONG_OVERDUE.override' WHERE CODE='COPY_STATUS_LONGOVERDUE.override';
Hi Fiona,
No, it hasn't been included. I'm not sure why I closed this bug prematurely when the code from the other bug was not merged. I'll reopen it. Taking a quick look at the code, it looks like code from bug 1331174 was included in this branch, which will need to be removed before it can be merged. I can work on that today.
In the meantime, Fiona, the following SQL from the upgrade script can be run on your customer's system to fix the typo:
UPDATE PERMISSION. PERM_LIST SET CODE='COPY_ STATUS_ LONG_OVERDUE. override' WHERE CODE='COPY_ STATUS_ LONGOVERDUE. override' ;