500 Server Error When Commenting #65
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#65
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I get a
500 Server Error
when commenting on an addon in the approval queueWindows 11
Chromium web browser (Vivaldi)
Can confirm when starting the message with a space:
A bit of a side question:
I've noticed that the comment form is also displayed for users who are not maintainers of a given extension nor moderators. Is it intentional?
If we want other people to leave comments on the queue, what would be the use case?
==
500 error happens because we don't have a way to render the form submission errors:
type
select field, so the submitted form is lacking a mandatory fieldThere are two steps to fix:
type="CMT"
for them if we want them to comment./approval-queue/<slug>/
where the form is submitted.It's best to combine both for a smooth UX and for handling anything unexpected, but we could start with just the second one, especially if we don't want to allow the passer-by comments.
Yes. Maybe @dfelinto can confirm, but I believe permissions go as follows:
Definitively intentional. Everyone is welcome to help with moderation (by commenting). This is also how we will eventually spot new moderators to join the team.
In short, what Pablo listed here is correct.