#7789 closed defect (bug) (fixed)
Add new link fails silently
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description
This might be a dupe but I couldn't find anything in search. Steps to reproduce:
- Go to Manage / Links / Add New Link
- Enter a URL in the web address box. Leave the Name box blank.
- Click the Save button.
Expected: either the link should get added with a default name, or there should be an error message.
Actual: silent failure. No error message or feedback, and the link is not added. The Add New page gets displayed again, which is exactly the same behaviour that happens when a links is added successfully.
Fix: There should be feedback (both positive and negative) after clicking Save. I'd also suggest changing it so that URL is the only require field; a default name could be derived from that.
Tested in trunk but I think this fails in earlier versions also.
Attachments (1)
Change History (5)
Denis-de-Bernardy — 4 years ago
- Keywords has-patch tested added; needs-patch removed
Note: See
TracTickets for help on using
tickets.

(In [10414]) If link name not given, use url for name. Props Denis-de-Bernardy. fixes #7789 for trunk