Summary
The description rich text editor (Quill) in the AI model Metadata step logs the following error twice on every load:
quill Cannot register "bullet" specified in "formats" config. Are you sure it was registered?
The bullet list type is declared in the Quill formats config but has not been registered with Quill's module system before the editor is instantiated.
Impact
- The bullet list toolbar button (
list: bullet) will silently fail when clicked
- Users cannot add bullet-point formatting to their model descriptions
- The error fires on every editor page load, polluting the console
Fix Recommendation
In the Quill editor configuration, either:
- Register the
bullet Blot before instantiating the editor: Quill.register(...), OR
- Remove
"bullet" from the formats array if bullet lists are not required
Environment
- URL:
https://dev.civicdataspace.in/dashboard/organization/civicdatalab/aimodels/edit/{id}/details
- Discovered: 2026-06-22 via QA audit
- Report ref: CDS-005
Summary
The description rich text editor (Quill) in the AI model Metadata step logs the following error twice on every load:
The
bulletlist type is declared in the Quillformatsconfig but has not been registered with Quill's module system before the editor is instantiated.Impact
list: bullet) will silently fail when clickedFix Recommendation
In the Quill editor configuration, either:
bulletBlot before instantiating the editor:Quill.register(...), OR"bullet"from theformatsarray if bullet lists are not requiredEnvironment
https://dev.civicdataspace.in/dashboard/organization/civicdatalab/aimodels/edit/{id}/details