-
Notifications
You must be signed in to change notification settings - Fork 10
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
Création modèle fiche action #4158
The head ref may contain hidden characters: "4127-cr\u00E9ation-mod\u00E8le-fiche-action-1"
Conversation
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.
Je peux pas tester bcp car il faut faire python manage.py makemigrations
pour ajouter ce modèle dans la BDD
cms/viewsets/actionsheet.py
Outdated
This viewset allows using actionsheets on wagtail admin. | ||
""" | ||
model = ActionSheet | ||
icon = "doc-full" |
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.
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.
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.
faut ajouter les migrations
Normalement c'est bon, j'attends le test de la migration de @qloridant avant approuver la PR |
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.
Après la confirmation de Quentin pour les migrations, tout paraît bon pour moi :)
No description provided.