Ticket #252 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

AttributeStore - add field "restriction" in the default record type

Reported by: elemoine Assigned to:
Priority: major Milestone: 0.7
Component: GeoExt.data.AttributeStore Version: 0.7 RC1
Keywords: Cc:
State: Pullup

Description

By default the AttributeReader doesn't set the restrictions in the records it creates. In particular this is a problem when using the AttributeForm plugin. The default record type currently includes the fields "name" and "type" only. This ticket suggests adding "restriction" in this default record type.

I think this should go in 0.7, or people using the AttributeForm plugin would have to know they need to define a custom record type in the AtrributeStore config.

Attachments

patch-252-A0.diff (11.8 kB) - added by elemoine on 03/31/10 09:39:24.

Change History

03/31/10 09:39:24 changed by elemoine

  • attachment patch-252-A0.diff added.

03/31/10 09:41:21 changed by elemoine

  • state changed from None to Review.

AttributeReader and AttributeStore tests pass in FF3, IE8, and Chromium5. Please review.

04/07/10 09:01:05 changed by bartvde

  • state changed from Review to Commit.

Looks good Eric, please commit.

04/07/10 13:27:57 changed by fredj

  • status changed from new to closed.
  • state changed from Commit to Complete.
  • resolution set to fixed.

04/07/10 13:28:42 changed by fredj

  • status changed from closed to reopened.
  • state changed from Complete to Pullup.
  • resolution deleted.

04/27/10 09:30:52 changed by elemoine

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

(In [2120]) pull up patch for ticket 252 (closes #252)