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

Fix publication bug in module create modal #732

Merged

Conversation

mazeeblanke
Copy link
Contributor

There is a bug in the create modal form

Steps to reproduce bug:

  1. Go to module listing
  2. Click Add new
  3. Fill the form and set the published state to live (i.e published)
  4. Click 'Create and add another'
  5. Repeat steps 1 to 4, but this time the published state will be set to draft but behind the scenes it's still set as 'live',
  6. Then click 'create' or 'Create and add another' but instead of the published state to be set to 'draft', it will be set to 'live'

This PR fixes this issue

@ifox ifox force-pushed the fix/reset-published-field-in-create-modal branch from 09987f8 to 288f5bb Compare January 21, 2021 17:29
@ifox
Copy link
Member

ifox commented Mar 26, 2021

/rebase

@ifox ifox force-pushed the fix/reset-published-field-in-create-modal branch from 288f5bb to d8c5f3d Compare March 26, 2021 23:01
@ifox
Copy link
Member

ifox commented Mar 26, 2021

/build-frontend

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.

2 participants