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
The case summary and context link are fields of the Subscription model and are set upon case addition to the database. However, this approach presents a challenge when multiple curators seek to have their respective bots following the same case. In such scenarios, subsequent curators submitting the add-a-case form inadvertently overwrite the values of these fields.
We could consider moving the summary and context link to a separate model to display different data for each bot.
The text was updated successfully, but these errors were encountered:
The
case summary
andcontext link
are fields of theSubscription
model and are set upon case addition to the database. However, this approach presents a challenge when multiple curators seek to have their respective bots following the same case. In such scenarios, subsequent curators submitting the add-a-case form inadvertently overwrite the values of these fields.We could consider moving the
summary
andcontext link
to a separate model to display different data for each bot.The text was updated successfully, but these errors were encountered: