Skip to content

Commit

Permalink
Add support for attribute collection fieldsets (COmanage#244)
Browse files Browse the repository at this point in the history
* Add support for attribute collection fieldsets

* Attribute Collection view FieldGroups

* fix fieldst hover css

* Refactored required and permitted calculations.Moved attribute collections parts to elements.

* Add FieldHelper support for textarea. Refactored fieldset-group.

* fix enumerations and locales

* improvements

* Remove duplicate element

* Improve classes in element

* cleanup
  • Loading branch information
Ioannis authored and arlen committed Dec 19, 2024
1 parent d90ba02 commit cfe18b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class BasicAttributeCollectorsTable extends Table {
use \App\Lib\Traits\PrimaryLinkTrait;
use \App\Lib\Traits\TableMetaTrait;
use \App\Lib\Traits\ValidationTrait;
use \App\Lib\Traits\LayoutTrait;

/**
* Perform Cake Model initialization.
Expand Down
10 changes: 8 additions & 2 deletions app/resources/locales/en_US/enumeration.po
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,14 @@ msgstr "Street"
msgid "RequiredAddressFieldsEnum.street,locality,state,postal_code"
msgstr "Street, City, State, Postal Code"

msgid "RequiredAddressFieldsEnum.street,locality,state,postal_code,country"
msgstr "Street, City, State, Postal Code, Country"
msgid "GroupedAddressFieldsEnum.street,room"
msgstr "Street, Room"

msgid "GroupedAddressFieldsEnum.city,locality"
msgstr "City, Locality"

msgid "GroupedAddressFieldsEnum.state,postal_code,country"
msgstr "State, Postal Code, Country"

msgid "RequiredNameFieldsEnum.given"
msgstr "Given"
Expand Down

0 comments on commit cfe18b1

Please sign in to comment.