Right to rectification
Its purpose is to disable the right to rectification from your modal, its default value is true.
Its purpose is to disable the right to rectification from your modal, its default value is true.
It can be set by using:
getComplied.rightToRectification = false;
If you need to hide the functionality but still access it by commands (requires rightToRectification enabled):
getComplied.rightToRectificationVisible = false;
Last modified 3yr ago