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
As I don't expect all vendors to properly implement modified, there should be some way to validate modified, either it as core part of this validator or as external script shipped with the validator.
The tool shall compare an older dump with a new one and check that for every modified object, the modified timestamp has been updated since the last dump. It shall also check that created is a timestamp after the last dump for all newly added objects.
The text was updated successfully, but these errors were encountered:
So, maybe we can offer general correctness of modified fields in the validator core and said script for more in-depth validation. It might even be feasable to add the latter to the to-be-implemented online validation service.
As I don't expect all vendors to properly implement
modified
, there should be some way to validatemodified
, either it as core part of this validator or as external script shipped with the validator.The tool shall compare an older dump with a new one and check that for every modified object, the
modified
timestamp has been updated since the last dump. It shall also check thatcreated
is a timestamp after the last dump for all newly added objects.The text was updated successfully, but these errors were encountered: