[Flow] kickstarter, minor bug?

mario chiari ml at mariochiari.net
Mon Nov 25 10:59:05 CET 2013


Hi

I tried kickstarter to create a very simple extension, and noted the
following.

Say you have model Article with properties Title and Author
The New.html template seems to be created as:
...
<li>
<label for="title">Article</label>
<f:form.textfield property="title" id="title" />
</li>
<li>
<label for="author">Article</label>
<f:form.textfield property="author" id="author" />
</li>
....

I would expect:
<label for="title">title</label> 
<label for="author">author</label>

Minor bug, intended behaviour, or my ignorance on how to use
Kickstarter?

Thanks
Cheers
mario







More information about the Flow mailing list