tamzi / bungeni-portal

0 stars 0 forks source link

Parliamentary Items : Incorrect field name -> field usage #746

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Parliamentary Items :

short_name is presented as Title :       

  Field(name="short_name", # [user-req]
            modes="view edit add listing",
            localizable=[
                show("view edit listing"),
            ],
            property=schema.TextLine(title=_("Title")),
            edit_widget=widgets.TextWidget,
            add_widget=widgets.TextWidget,
        ),

full_name is presented as Summary :

        Field(name="full_name", # [user]
            modes="view edit add",
            localizable=[
                show("view edit add"),
            ],
            property=schema.TextLine(title=_("Summary"), required=False),
            edit_widget=widgets.LongTextWidget,
            add_widget=widgets.LongTextWidget,
        ),

To DO :

short_name should be "Short Name" or "Short Title"

full_name should be "Full Name" or "Long Title"

description should be "Summary" , the description field is currently is not 
shown on the UI.

Original issue reported on code.google.com by ashok.ha...@gmail.com on 31 Jan 2012 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by ashok.ha...@gmail.com on 31 Jan 2012 at 6:28

GoogleCodeExporter commented 9 years ago
Closing All these issues -- As the list is being updated to match with the 
whiteboard backlog.

Original comment by ashok.ha...@gmail.com on 7 Sep 2012 at 7:57