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

Missing Meta Tags In Subscription Message #4575

Open
Qingyixia opened this issue Feb 23, 2023 · 0 comments
Open

Missing Meta Tags In Subscription Message #4575

Qingyixia opened this issue Feb 23, 2023 · 0 comments

Comments

@Qingyixia
Copy link
Collaborator

Describe the bug
Sometimes resources that are in the payload messages are missing tags although the tags are not missing in the database itself. In other words, the full set of tags is not present in the payload of the subscription message.

To Reproduce
Steps to reproduce the behavior:

  1. using the default config setting for Tag Storage Mode which is NON_VERSIONED
  2. Setup a new Subscription on Patient
  3. POST a new Patient that contains a couple of Meta Tags
  4. Then the Subscription will forward a copy of the Patient resource and it will include the correct number of tags
  5. Now submit a PUT for that same Patient but add a new tag
  6. Notice that the message only contains the new tag

Expected behavior
The subscription payload message should always contain all the meta tags as stored in the database.

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