forked from symphonycms/selectbox_link_field
Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Aug 10, 2017
-
Mark Symphony 2.7 compatibility
Signed-off-by: Nils Hörrmann <nils.hoerrmann@hananils.de>
Commits on Jun 6, 2017
-
Version 2.0.1: Fix missing internal name change
See introduction of `prepareReadableValue` in `2.0.0`
Commits on Jun 5, 2017
-
This release raises the Symphony requirement to version 2.6 due to the core function name change.
-
-
Commits on Oct 6, 2016
Commits on Dec 6, 2015
Commits on Jul 21, 2015
-
-
This will give interfaces the ability to add custom styling
-
Fixes hananils/association_ui_selector/symphonycms#51
Commits on Apr 22, 2015
-
-
Import Multiple Selected Not Working
I've been trying to import some associations from an Older Symphony, whenever there were multiple relations it was just appending the entry id's to each other, rather than treating them separately. I'm not sure if the default mode should be `ImportableField::ARRAY_VALUE` however this was the only way I was able to import from XML Importer. Also the array should return the data as expected by `processRawFieldData` not execute it, otherwise it tries to insert `Array` into the database instead of the entry ID.
Commits on Feb 15, 2015
Commits on Jul 29, 2014
Commits on Jul 23, 2014
-
- Merged in changes from Select Box Link - Code clean-up