Indicia-Team / warehouse

GNU General Public License v3.0
5 stars 3 forks source link

Update amend name operation to deal with attr 'NONE' #523

Closed burkmarr closed 4 months ago

burkmarr commented 4 months ago

The UKSI uksi_history table indicates the removal of an attribute in an 'amend name' operation by setting the value of the attribute field to the text string 'NONE'. Until now the uksi_operations module has mistakenly set the attribute to the string 'NONE'. This change sets the attribute to NULL when the string 'NONE' is found.