Skip to content

[Bug] Quill rich text editor: 'bullet' list format not registered — toolbar button silently fails #412

Description

@saqibmanan

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions