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
We have some validations and permissions logic in app/models/project.server.ts in the function validateIsTeamMember(), that gets used in updateMembers() and updateProjecs(). This logic should probably be extracted to a separate validateHasPermissions() function that could be used instead in the action functions and loaders of edit and edit members pages. This was suggested by @LuisTejedaS here: #84 (comment)
The text was updated successfully, but these errors were encountered:
We have some validations and permissions logic in
app/models/project.server.ts
in the functionvalidateIsTeamMember()
, that gets used inupdateMembers()
andupdateProjecs()
. This logic should probably be extracted to a separatevalidateHasPermissions()
function that could be used instead in the action functions and loaders of edit and edit members pages. This was suggested by @LuisTejedaS here: #84 (comment)The text was updated successfully, but these errors were encountered: