You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I'm missing something here, but shouldn't approval be automatically revoked when the object changes? At least I always thought that is_approved() implicitly checks that metadata.revised <= metadata.approved
The text was updated successfully, but these errors were encountered:
When I run the following code:
I would expect this output:
instead, I get:
Not sure if I'm missing something here, but shouldn't approval be automatically revoked when the object changes? At least I always thought that
is_approved()
implicitly checks thatmetadata.revised <= metadata.approved
The text was updated successfully, but these errors were encountered: