You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
using the default config setting for Tag Storage Mode which is NON_VERSIONED
Setup a new Subscription on Patient
POST a new Patient that contains a couple of Meta Tags
Then the Subscription will forward a copy of the Patient resource and it will include the correct number of tags
Now submit a PUT for that same Patient but add a new tag
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.
The text was updated successfully, but these errors were encountered:
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:
Subscription
onPatient
Patient
but add a new tagExpected behavior
The subscription payload message should always contain all the meta tags as stored in the database.
The text was updated successfully, but these errors were encountered: