Skip to content
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

Store household key on role for family memberships (#1232) #1245

Merged

Conversation

amaierhofer
Copy link
Contributor

No description provided.

@amaierhofer amaierhofer linked an issue Nov 15, 2024 that may be closed by this pull request
3 tasks
@@ -16,7 +16,10 @@ class Mitglied < ::Role

validates :end_on, presence: true

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier fehlt noch entweder ein attribute :family_id oder eine Migration die eine neue DB Spalte einfügt. ist aber gar nicht so genau gespez'd

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Danke nils, ich dachte das gäbs schon, hab die migration ergänzt und in der spec noch ein reload gemacht

@amaierhofer amaierhofer force-pushed the feature/1232-set-family-id-on-role-for-family-memberships branch from 9f03eb6 to 1d8c0ee Compare November 19, 2024 07:12
@amaierhofer amaierhofer force-pushed the feature/1232-set-family-id-on-role-for-family-memberships branch from 1d8c0ee to 9b56e48 Compare November 20, 2024 15:00
@amaierhofer amaierhofer enabled auto-merge (squash) November 20, 2024 15:00
@amaierhofer amaierhofer merged commit 32b045d into master Nov 20, 2024
6 checks passed
@amaierhofer amaierhofer deleted the feature/1232-set-family-id-on-role-for-family-memberships branch November 20, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ROLES: family_id setzen beim Erstellen/Updaten
2 participants