Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13892 closed defect (bug) (fixed)

Term Quick Edit call doesn't return correct output

Reported by: batmoo's profile batmoo Owned by:
Milestone: 3.0 Priority: high
Severity: blocker Version:
Component: Taxonomy Keywords: has-patch
Focuses: Cc:

Description

After successfully editing a term via Quick Edit, the term's row disappears. The call to admin-ajax returns an empty <tr> since $current_screen is not set.

Patch to come.

Attachments (1)

13892.patch (480 bytes) - added by batmoo 15 years ago.
Make the call to set_current_screen in admin-ajax.php to populate the global $current_screen var

Download all attachments as: .zip

Change History (4)

@batmoo
15 years ago

Make the call to set_current_screen in admin-ajax.php to populate the global $current_screen var

#1 @nacin
15 years ago

  • Priority changed from normal to high
  • Severity changed from normal to blocker

#2 @nacin
15 years ago

  • Keywords has-patch added

#3 @ryan
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [15252]) set_current_screen() before calling _tag_row in the inlin-save-tax ajax handler. Props batmoo. fixes #13892

Note: See TracTickets for help on using tickets.