...
Database
int | ID of this object. Primary todoid | int |
task_ref | reference (Todo) | Reference to the task that this restriction is for |
other_days | enum | Allow to be moved to other week days |
minimum_distance |
intinteger | Number of days expected between each planning. |
user_changestring | Policy for user change. no = no user change allowed. team = user change allowed within team. all = user change allowed across all users. | date_change | string | Policy for date change. no = no date change allowed. week = date can change within same week. month = date can change within same month. always = date can always be changed. |
allowed_days | collection | Which days are allowed to be selected. 1 = monday, 2 = tuesday etc. If this is empty it should be interpreted as "all days are allowed".array | |
create_date | date+time | Created |
change_date | date+time | Last change |
is_deleted | bool | |
GetTaskPlanRestrictionsByLastChange
...