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

Namespace member list is empty sometimes #15

Closed
michael-82 opened this issue Dec 9, 2021 · 1 comment
Closed

Namespace member list is empty sometimes #15

michael-82 opened this issue Dec 9, 2021 · 1 comment
Assignees
Labels
bug Something isn't working critical

Comments

@michael-82
Copy link
Collaborator

Describe your problem.

Reading the list of namespace members (in the "normal", NOT listview mode) will produce an empty list if you have dataelements with higher versions than the namespace with the same identifier.

If it is a bug name steps to reproduce

Steps to reproduce the behavior:

  1. Create a namespace and take note of its identifier (in this example called "N")
  2. Create dataelements in any namespace (might be the same, but any other is fine) until you have a dataelement with the identifier "N"
  3. Update dataelement so you have revision 2
  4. Read namespaces/N/members
  5. you should get an empy array

If it is a bug complete the following information:

  • Version: any
  • OS: any
  • Browser: any

Describe the solution you'd like

Correctly return the namespace members.

@michael-82 michael-82 added bug Something isn't working critical labels Dec 9, 2021
@michael-82 michael-82 self-assigned this Dec 9, 2021
michael-82 added a commit that referenced this issue Dec 9, 2021
- hotfix 1.2.1
- fix bug when getting namespace members
- update changelog and pom
@michael-82
Copy link
Collaborator Author

Fixed by hotfix 1.2.1

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

No branches or pull requests

1 participant