-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Feature Updates #314
Some Feature Updates #314
Conversation
Can you delete the package-lock.json just to see if after that the license compliance passes |
In that case, then it has to be one of the sub-dependencies that's causing the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just some copyrights who are still in 2023 (massadd.ts for example)
Lmk if you want to push the version btw |
Alr, we'll prob do it after we organize with the new translation feature. |
Resolves #230
Test Note:
ticketTypes
should now havestaffRoles
as array (though it can be undefined or empty array if not in use). Confirm with the example config if needed.rolesWhoHaveAccessToTheTickets
is now a "global access" roleResolves #248
massadd
command. Also do test it to confirm if it's working or not.Test Note:
massadd
,
as the separatorResolves #323
Unable to reproduce the said issue, perhaps the fix is already in this branch?
Unrelated