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

module index in dyamic is repeated #38

Closed
leoujz opened this issue May 13, 2024 · 1 comment
Closed

module index in dyamic is repeated #38

leoujz opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@leoujz
Copy link
Contributor

leoujz commented May 13, 2024

when adding a module into the dynamic, the module ID is -1, which is generated orderly when exporting to knxprod.
however, in a case, i added 8 modules, then pubish, their ID are 1~8. then i added another 8 modules, publish again, the later 8 modules still have ID 1~8, then the repeated ID causes some problem.
currently, i reset all the IDs of modules, to regenreated them once.

@leoujz leoujz added the bug Something isn't working label May 13, 2024
@thewhobox
Copy link
Member

I can confirm this bug and will fix it in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants