https://github.com/bugzilla/extensions-cannedcomments
https://github.com/bugzilla/extensions-cannedcomments
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugzilla/extensions-cannedcomments
- Owner: bugzilla
- Created: 2016-06-08T16:29:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T16:35:25.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T20:52:03.938Z (about 1 year ago)
- Language: Perl
- Size: 4.88 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This extension adds the ability for users to store 'canned' or saved
comments for reuse without having to retype them each time. The UI
is displayed below the comment textarea on show_bug.cgi. Using the UI
the user can designate a current comment as a new canned comment. Also
the user can select a previous canned comment and it will be automatically
inserted into the comment textarea if the user has javascript enabled.
Without javascript it can still be used as the comment will be added
on the backend.