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
More specifically, pairs of related shapes / questions registered in the wrong order don't have the correct data associated in their db entries, and side effects include:
preview cards not being rendered during data entry
entered data (which does make its way to the db) fails to spawn related cards in the db
Fix options (?):
make Qs ineligible for registration if their datashapes are not already registered (probably best)
do some 'back filling' of db data after the 'out of order' registrations
fold the registration of these objects into one operation
remove component registration altogether (registered by default)
The text was updated successfully, but these errors were encountered:
More specifically, pairs of related shapes / questions registered in the wrong order don't have the correct data associated in their db entries, and side effects include:
Fix options (?):
The text was updated successfully, but these errors were encountered: