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

Custom module versions are created twice currently #161

Open
dave-mills opened this issue Jan 29, 2025 · 0 comments
Open

Custom module versions are created twice currently #161

dave-mills opened this issue Jan 29, 2025 · 0 comments
Milestone

Comments

@dave-mills
Copy link
Member

When an XlsformTemplate is made available, teams automatically receive an XlsformModule and XlsformModuleVersion for it. (For adding their own custom indicators). (\App\Models\XlsformTemplate - line 42). Here, the version is called "custom".

When an XlsformModule is created, it also creates a "Global" version for the module.

These are currently clashing and we are getting 2 different versions for each 'custom xlsform module'.

We should resolve this - probably by deferring to the default creation of XlsformModuleVersion entries. (or changing how custom modules are created to let teams have multiple custom modules per form if needed).

@dave-mills dave-mills added this to the Odk Sprint milestone Jan 29, 2025
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

No branches or pull requests

1 participant