Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer-Plugin-SimpleCRUD CPAN distribution.

Report information
The Basics
Id: 66791
Status: open
Priority: 0/
Queue: Dancer-Plugin-SimpleCRUD

People
Owner: Nobody in particular
Requestors: wanradt [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: "field_labels" should be "labels" (or contrary)
Date: Tue, 22 Mar 2011 23:35:45 +0200
To: bug-Dancer-Plugin-SimpleCRUD [...] rt.cpan.org
From: WK <wanradt [...] gmail.com>
Terr! Documentation says that the keyword "field_labels" is used for form labeling. In actual code is used just "labels" in this meaning. Also, documentation does not refer "required" keyword, but functionality works fine as i tried. And one thing more: in POD synopsis is said: # The above would create a route to handle C</widget/add> and # C</widget/:id>, presenting a form to add/edit a Widget respectively. Still it does not create latter route, to view one single item. Thank you! -- Wbr, Kõike hääd, Gunnar
On 2011-03-22 17:35:55, wanradt@gmail.com wrote: Show quoted text
> Terr! > > Documentation says that the keyword "field_labels" is used for form > labeling. In actual code is used just "labels" in this meaning.
Good catch, thanks! Fixed in Github, will be in next release. Show quoted text
> Also, documentation does not refer "required" keyword, but > functionality works fine as i tried.
Again, good catch - documented that, that'll be in the next release. Show quoted text
> > And one thing more: in POD synopsis is said: > > # The above would create a route to handle C</widget/add> and > # C</widget/:id>, presenting a form to add/edit a Widget respectively. > > Still it does not create latter route, to view one single item.
Absolutely right, that's a missing feature; I'll add that soon. Thanks for your feedback, appreciate it!