Monday, March 9, 2020
2 changes
Resolved issues and error corrections
Opening Studio from the default Documents view no longer causes an error. This lets users customize Documents views without being blocked, with a small visual difference in tag display while in Studio mode.
Original PR description
PURPOSE Getting a traceback when trying to open studio on the default Documents view, opening studio should not give traceback. SPEC Opening studio should not throw traceback and studio mode should work normally in documents. TASK 2189992
Fixed an issue in Studio where the conditional visibility field selector could be hidden behind a grey overlay when editing one-to-many list fields. This makes the dialog usable again and prevents configuration options from being blocked.
Original PR description
PURPOSE Can't access the field selector of the 'conditional visibility' modal of a one2many_list field since the grey overlay is 'above' the modal. SPEC Do not hide conditional dialog dropdown behind x2m overlay, x2m overlay has less z-index than dialog dropdown. TASK 2187354