Skip to content

Releases: advanced-learning/silverstripe-hasonefield

Filtered GridField list (only the required record)

01 Jun 23:37
Compare
Choose a tag to compare

Filter the list used to create the GridField such that it only contains the relevant record.
Should reduce CMS load times.

Better readonly handling and styles

22 Mar 01:43
Compare
Choose a tag to compare
React better to the related field being readonly, and prevent the gri…

…dfield from being transformed into a readonly field. Also ensure the added style node does not interfere with the style selectors

Add custom styles in a more robust way, and fix erroneous hardcoded selector

13 Oct 04:19
Compare
Choose a tag to compare
Add custom styles in a more robust (kinda hacky) way, and fix erroneo…

…us hardcoded selector.

Simplified logic and avoid adding buttons to readonly field

10 Sep 07:03
Compare
Choose a tag to compare
1.3.0

Fix weird merge conflict resolution mistake

Do not mention non-existent Dropdown

05 Sep 23:26
0c4d3f2
Compare
Choose a tag to compare
Do not mention non-existent dropdown

If the "GridField" has more than 99 entries, there won't be a DropdownField but instead a NumericField for the has_one.
Update our message accordingly.

Improved Buttons with description, and Epic helper function

25 Aug 03:34
Compare
Choose a tag to compare
1.1.0

Improve buttons, add description, and add epic helper function