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
Is your feature request related to a problem? Please describe.
I have a set of rules defined in moveResizeValidator. They ensure that certain time ranges cannot be allocated. The rules can be defined fine when I have only one group and the validator works.
But when I move an item to a different group I would like to define different time ranges where an item cannot be placed for that particular group.
Describe the solution you'd like
Add new parameter to moveResizeValidator function group. It would contain new group for item which is moved by user.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a set of rules defined in
moveResizeValidator
. They ensure that certain time ranges cannot be allocated. The rules can be defined fine when I have only one group and the validator works.But when I move an item to a different group I would like to define different time ranges where an item cannot be placed for that particular group.
Describe the solution you'd like
Add new parameter to
moveResizeValidator
functiongroup
. It would contain new group for item which is moved by user.The text was updated successfully, but these errors were encountered: