Ticket #234 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Empty params[] on article destory in admin kills ActionController

Reported by: dave@onethirtyseven.com Assigned to: tobi
Priority: normal Milestone:
Component: admin Version:
Severity: blocker Keywords:
Cc:

Description

When destroy is called in admin/content_controller , 0 parameters are set. As a result the postback dies on action_controller/cgi_ext/raw_post_data_fix.rb:14

I added the article title in a hidden field in admin/content/destroy.rhtml as a fix.

Change History

04/18/05 09:52:23 changed by scoop

  • status changed from new to closed.
  • resolution set to fixed.

(In [184]) Refactoring for destroy actions in admin interface (fixes #47)