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
as for now, type remains the same as when the textblock is first inserted into the database. this might not always be the desired behaviour (my help_text patch updates the help text, if it was empty in the database), but automatically updating can also be strange (two blocks with the same key, but different help text, edge case, but still...).
possible solution could be
always update
update when a kwarg is passed (ie update=True)
never update (current state)
The text was updated successfully, but these errors were encountered:
as for now, type remains the same as when the textblock is first inserted into the database. this might not always be the desired behaviour (my help_text patch updates the help text, if it was empty in the database), but automatically updating can also be strange (two blocks with the same key, but different help text, edge case, but still...).
possible solution could be
The text was updated successfully, but these errors were encountered: