Details
-
Bug
-
Resolution: Fixed
-
Critical
-
COmanage Registry 0.9.1 (Essential Enneagon Plus One)
Description
/View/CoPeople/search.inc and /View/OrgIdentity/search.inc have several issues:
- Search form should be repopulated with current search terms on search results page
- No ability to search CO Person Role attributes
- Field names are not I18n-ified (eg: cake inflects "$this->Form->input('Search.givenName')" to produce "Given Name")
- Valid status values are hardcoded (they should be pulled from the enum or Model, possibly via the controller)
- Various other form elements are not I18n-ified
- search.inc is pulled from default.ctp, but that doesn't feel right