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
Earlier we had "isReportable" key on the attribute object. This defined the default state of the checkbox for "reportability". User could ALWAYS change that.
We have in the PR #375 updated that into 4 possible values:
"mandatory" - reportability is ALWAYS ON and user can't change it.
"suggested" - reportability is ON BY DEFAULT but user can change it
"optional" - reportability is OFF BY DEFAULT but user can change it
"prohibited" - reportability is ALWAYS OFF and user can't change it.
We need user interface for attribute reporting to follow these rules.
The text was updated successfully, but these errors were encountered:
Earlier we had "isReportable" key on the attribute object. This defined the default state of the checkbox for "reportability". User could ALWAYS change that.
We have in the PR #375 updated that into 4 possible values:
"mandatory" - reportability is ALWAYS ON and user can't change it.
"suggested" - reportability is ON BY DEFAULT but user can change it
"optional" - reportability is OFF BY DEFAULT but user can change it
"prohibited" - reportability is ALWAYS OFF and user can't change it.
We need user interface for attribute reporting to follow these rules.
The text was updated successfully, but these errors were encountered: