Closed
Bug 1146770
Opened 10 years ago
Closed 10 years ago
implement comment preview
Categories
(bugzilla.mozilla.org :: User Interface, defect, P1)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
References
Details
Attachments
(1 file)
|
11.05 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
comment previewing isn't implemented on the modal bug view.
- add rest/render/comment (not sure if this should be rest/bug/render/comment)
- add missing "You are not allowed to make comments" message
- add comment preview
- add ctrl+shift+p shortcut
Assignee: nobody → glob
Attachment #8601935 -
Flags: review?(dkl)
Comment 3•10 years ago
|
||
(In reply to Byron Jones ‹:glob› from comment #2)
> Created attachment 8601935 [details] [diff] [review]
> 1146770_1.patch
>
> - add rest/render/comment (not sure if this should be
> rest/bug/render/comment)
If I had my way it would be /rest/bug/comment/render :)
dkl
Comment 4•10 years ago
|
||
Comment on attachment 8601935 [details] [diff] [review]
1146770_1.patch
Review of attachment 8601935 [details] [diff] [review]:
-----------------------------------------------------------------
Nice. r=dkl
Attachment #8601935 -
Flags: review?(dkl) → review+
as per irc i've changed it to /rest/bug/comment/render and updated the /rest/bug/comment/$id regex to only match on digits.
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
b7afadc..0215f11 master -> master
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: User Interface: Modal → User Interface
You need to log in
before you can comment on or make changes to this bug.
Description
•