Describe the technical changes contained in this PR
Added a check for admin role or meal designer role when displaying the assign user drop down menu on the Create Meal Plan popup.
Previous behaviour
The drop down menu would appear for all users, despite client users not having the ability to reassign plans.
New behaviour
The box does not load if a normal user but loads as normal for admin and meal designer.
Related issues addressed by this PR
Fixes #666
Have the following been addressed?
[ ] Have test cases been created for all of the changes?
[ ] Do all of the test cases pass?
[ ] Has the testing been done using the default docker-compose environment?
[ ] Are documentation changes required?
[ ] Does this change break or alter existing behaviour?
Describe the technical changes contained in this PR Added a check for admin role or meal designer role when displaying the assign user drop down menu on the Create Meal Plan popup.
Previous behaviour The drop down menu would appear for all users, despite client users not having the ability to reassign plans.
New behaviour The box does not load if a normal user but loads as normal for admin and meal designer.
Related issues addressed by this PR Fixes #666
Have the following been addressed?