#9895 closed defect (bug) (worksforme)
Update Link Button sends to invalid URL and does not update resource.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | minor | Version: | 2.7.1 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
See: http://core.trac.wordpress.org/ticket/9895#comment:4
Original report, for reference, is invalid.
Procedure:
1: Create Link in Wordpress
2: Edit Existing Link
3: Make any changes in the Edit Link area
4: Click Update link
5: You are sent to http://www.yourblog.net/wp-admin/link.php&saved=true - 404 Not Found.
This is an invalid URL? The AND sign is invalid... should be a "?" like:
http://www.yourblog.net/wp-admin/link.php?saved=true
The only way to edit a link right now is to remove the existing link and recreate it.
Change History (10)
#1
@
17 years ago
- Component changed from General to Administration
- Milestone changed from 2.7.2 to 2.8
- Priority changed from normal to high
#4
@
17 years ago
- Priority changed from high to normal
- Severity changed from major to normal
This original bug is looking like a worksforme (Tested adding and updating in 2.7.1 and trunk and couldn't reproduce) however, there is another bug - if you add a new link and then add another new link straight (and so on) away the URL expands thusly
link-add.php?added=true?added=true?added=true
Which is not great. Hardly "severe" though, this one, in any respect.
#6
@
17 years ago
- Description modified (diff)
- Keywords needs-patch added; reporter-feedback removed
- Priority changed from normal to low
- Severity changed from normal to minor
#9
@
16 years ago
- Keywords needs-patch removed
- Resolution set to worksforme
- Status changed from new to closed
Links are edited in my trunk [12045] but a file called link-manager.php. That said it seems that link.php is called if JavaScript is disable but the link is still updated without issues, even in this case.
I am unable to reproduce this issue and it seems that others have been unable to reproduce either. Closing now as worksforme.
I cannot reproduce this with either 2.7.1 or 2.8, nor do I see any place in the code where we add "saved" to a link.php url. Can you still reproduce this if all plugins are disabled?