-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modify: Field deletion (foo!) should work for fixed attributes by setting them to null #2497
Comments
Thanks! All attributes (including fixed attributes) have a null value. We should just use that when using |
It seems confusing to me that it says "Modifying 1 albums" and then "No changes to make". Is this a bug? |
That is odd! But perhaps it’s the case that your query marched one album but the new field value was equal to the old field value? That would explain it. |
I think it happens any time you use |
Ah, indeed, because we currently don’t actually change anything when that happens. So the bug is this one, I’d say! |
Deleting a fixed field isn't possible so we just reset the field back to it's "null" value. Fixes #2497.
Problem
foo!
works if foo is a flexible field, but it doesn't do anything if it's a fixed attribute.Example from IRC Chat:
User not able to delete/reset artpath: to "None" as modify only results in artpath being the current working directory:
Led to this problem:
should be:
Setup
The text was updated successfully, but these errors were encountered: