We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The UserRole enum in ProjectMemberModel.java defines six roles: PROPRIETOR (Eigentümer), MANAGER (Verwalter), LESSOR (Vermieter), CARETAKER (Hausmeister), CONTRACTOR (Auftragnehmer/Berater), TENANCY (Mieter)
The Liquibase changeset for the PROJECT_MEMBERSHIP table only includes four roles: PROPRIETOR, MANAGER, LESSOR, CARETAKER
This inconsistency causes errors when trying to assign the CONTRACTOR or TENANCY roles.
Please add the missing roles in liquibase-changelog-0_0_3.xml.
The text was updated successfully, but these errors were encountered:
See remsfal/remsfal-frontend#346
Sorry, something went wrong.
astanik
Successfully merging a pull request may close this issue.
Description
The UserRole enum in ProjectMemberModel.java defines six roles:
PROPRIETOR (Eigentümer), MANAGER (Verwalter), LESSOR (Vermieter), CARETAKER (Hausmeister), CONTRACTOR (Auftragnehmer/Berater), TENANCY (Mieter)
The Liquibase changeset for the PROJECT_MEMBERSHIP table only includes four roles:
PROPRIETOR, MANAGER, LESSOR, CARETAKER
This inconsistency causes errors when trying to assign the CONTRACTOR or TENANCY roles.
Please add the missing roles in liquibase-changelog-0_0_3.xml.
The text was updated successfully, but these errors were encountered: