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
I am adding the capability to edit specification items of table kind. This has been done by introducing a new field called s_data of type JSONField. The table is therefore stored as a json object. At present, the json object is edited as a text field. This is awkward and we would need a pop-up window which allows the user to enter data in table form.
This ticket can only be addressed after the migration to Bootstrap 5 has been completed (see ticket #60).
The text was updated successfully, but these errors were encountered:
I am adding the capability to edit specification items of table kind. This has been done by introducing a new field called
s_data
of typeJSONField
. The table is therefore stored as a json object. At present, the json object is edited as a text field. This is awkward and we would need a pop-up window which allows the user to enter data in table form.This ticket can only be addressed after the migration to Bootstrap 5 has been completed (see ticket #60).
The text was updated successfully, but these errors were encountered: