Artists are required that the status of the collectionArtistPrimaryAddresses and collectionArtistSecondaryAddresses are set to false, in order to propose new addresses and percentages:
However, this also means that they cant propose new ones, once these values have been approved. The inconsistency can be seen clearly on how both functions try to update the status variable to false, despite the fact that it will always be false in that situation, as the previous require prevents it otherwise.
This results in artists that cant propose new addresses and percentages once they were set.
One solution can be to create a new set of storage variables to save temporary proposed values by the artist, that the admins can then approve or not.
