-
Notifications
You must be signed in to change notification settings - Fork 76
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
When there is a published form version, don't update form name from new drafts #355
Comments
ktuite
added a commit
that referenced
this issue
Apr 16, 2021
ktuite
added a commit
that referenced
this issue
Apr 22, 2021
ktuite
added a commit
that referenced
this issue
Apr 22, 2021
ktuite
added a commit
that referenced
this issue
Apr 23, 2021
Potential fix to #355, update form tites by re-parsing xml on publish Another potential fix to issue #355 that adds title to FormDef Minor fixes More concise and functional code style Migration that backfills form def names from xml titles Added form name check to form list api test Experimentally trying to remove Form.name and use FormDef.name instead Run all 4 of ktuite's recent form title updating tests Debug tap of version in versionJoinCondition Using coalesce to join form with whatever formdef is appropriate Fixes issue #355: adds FormDef.name and removes Form.name
ktuite
added a commit
that referenced
this issue
Apr 27, 2021
Potential fix to #355, update form tites by re-parsing xml on publish Another potential fix to issue #355 that adds title to FormDef Minor fixes More concise and functional code style Migration that backfills form def names from xml titles Added form name check to form list api test Experimentally trying to remove Form.name and use FormDef.name instead Run all 4 of ktuite's recent form title updating tests Debug tap of version in versionJoinCondition Using coalesce to join form with whatever formdef is appropriate Fixes issue #355: adds FormDef.name and removes Form.name
issa-tseng
pushed a commit
that referenced
this issue
Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#344 updates the form name based on new form definitions. It does this update every time a new draft is created. This becomes confusing if the title change is anything other than a typo fix and especially confusing if a draft with a title change is created and then abandoned.
The expected behavior is that the title of the most recent draft is used until there's a published version at which point the title of the most recent published version is always used whether or not there's an active draft.
The text was updated successfully, but these errors were encountered: