Ticket #16 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Problems with nested_set_full_outline

Reported by: anonymous Assigned to: somebody
Priority: major Milestone: 0.1 with tests
Component: plugin Version: 0.1
Keywords: Cc:

Description (Last modified by jcm)

If I try nested_set_full_outline with no options, I get a nil.[] error on line 50. If I specify a :controller in the options, that error goes away, but then...

Current at line 60, it says 'block_given' -- it should be 'block_given?'. On line 63, it says item[text_column] -- this should be 'item[:text_column]'.

Change History

09/10/06 03:10:27 changed by anonymous

Also, it doesn't seem to be returning anything but a blank line.

09/11/06 15:23:44 changed by jcm

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

Thanks for your report. I corrected some more typos, seems fixed here.

10/10/06 13:37:30 changed by jcm

  • type set to defect.
  • version set to 0.1.
  • component changed from component1 to plugin.
  • milestone set to 0.1 with tests.