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
In the process of debugging Fabrica forms and adding codemods to Fabrica forms as a part of this upgrade. These are necessary due to changes to bootstrap/ember-bootstrap/ember-power-select/ember-ember-bootstrap-power-select, in particular, bsButtons and bsform elements, especially power-select. Sometimes you will see warnings in the browser dev console for these things.
Added a postinstall patch to the ember-bootstrap-power-select module to fix a bug that prevented onKeydown from invoking createOnEnter for many of the power-select fields in DataCite forms. This bug has been fixed in ember-bootstrap-power-select v5 (we use v4), but migration from v4 to v5 would require a migration from bootstrap 3 to bootstrap 4 (and possibly bootstrap 5), which could require a lot more work. The patch is sufficient for now and can be easily removed once we decide to upgrade bootstrap.
Checking into why Fabrica forms don't seem to enforce required fields any more (this has been a problem for a while).
Updates Fabrica from v3.16 to v3.24. (Not there was a 3 week break due to vacation and the team retreat, June 25 - July 16.)
VERCEL DEPLOYMENT: https://bracco-3c632crit-datacite.vercel.app/
MANUAL TESTING CHECKLIST: https://docs.google.com/document/d/18wIQyKQbiX20cOvsZclVya0CB3uGH0AUMWsuQ3fbZrs/edit
PROJECT TASKS:
TESTING TASKS:
LUPO TASKS:
PRE-DEPLOYMENT TASKS
POST-DEPLOYMENT TASKS
RESOURCES
The text was updated successfully, but these errors were encountered: