moqui / HiveMind

HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Other
56 stars 48 forks source link

Fix titles in form-single. #24

Closed jenshp closed 8 years ago

jenshp commented 8 years ago

header-field.@title is not used within a single-form, so use default-field@title instead.

jonesde commented 8 years ago

Could you explain the issue you saw? This basically removes the header-field element (and the show-order-by with it, though that's not a big deal in this screen) and puts the title on the default-field element.

jenshp commented 8 years ago

The title in the header-field.@title was being ignored, so that the displayed title was "Expectation Enum Id" instead of "Expectation" in one case, and "Empl Position Class Id" instead of "Position Class" in the other.

jonesde commented 8 years ago

If the header-field.@title is being ignored that should be fixed instead of a workaround in a single form-list. I haven't seen this happen but I'll keep an eye out for it. If you find a way to reproduce it please file an issue... perhaps it is something related to localization?