Guy Sartorelli
4bc464d05c
Merge branch '3' into 4.0
2023-08-30 10:19:12 +12:00
Guy Sartorelli
47171ee4c2
FIX Allow editing extra fields from ManyManyThroughList.
2023-08-21 09:02:42 +12:00
Steve Boyd
58807b73dd
MNT Remove legacy upgrader config
2023-01-20 16:03:02 +13:00
bumbus
f56bf67e40
FIX Fixes GridFieldEditableColumns::isChanged method for non-string values (e.g. arrays for has_many / many_many relations) ( #343 )
...
* fixes GridFieldEditableColumns::isChanged method for non-string values (e.g. arrays for has_many / many_many relations)
* revert formatting
Co-authored-by: Bumbus <sf@arillo.ch>
2022-08-01 13:22:09 +12:00
Mo Alsharaf
547ec8aa50
ENH: Add performance fixes on saving editable columns
...
- Use one query to fetch all items needed to be saved.
- Only save items that are changed.
2022-06-16 13:02:16 +12:00
Steve Boyd
93e4379c3d
ENH PHP 8.1 compatibility
2022-04-13 17:44:44 +12:00
Guy Sartorelli
8c4e924bfa
ENH: Prefer dependency injection over use of new
keyword. ( #333 )
...
* ENH: Prefer dependency injection over use of `new` keyword.
* MNT Fix phpcs linting error.
2022-02-18 16:44:54 +13:00
Sam Minnee
229a23a2f4
FIX: Transfrom editable columns to readonly on a readonly gridfield also.
2020-09-08 14:57:59 +12:00
Sam Minnee
08f89ea4b5
FIX: Fixed handling of uneditable records in GridFieldEditableColumns
...
Fixes #312
2020-08-07 12:30:21 +12:00
Garion Herman
4105d6330f
FIX Reinstate previous field fetch logic as fallback
...
Fixes some cases where a field is not retrievable via dataFieldByName()
2020-07-30 10:54:53 +12:00
Sam Minnee
d357479421
FIX: Let GridFieldEditableColumns edit relations via dot syntax
...
This is a companion to https://github.com/silverstripe/silverstripe-framework/pull/9192 to provide the same functionality for inline
editing in GridFields
A valuable use of this is editing fields in the join-object of
a many-many-through relation.
2019-08-26 12:37:19 +12:00
Daniel Hensby
0974e36d57
Merge branch '3.0' into 3.1
2018-02-21 11:49:19 +00:00
Daniel Hensby
51dd4cab65
Merge branch '2.0' into 3.0
2018-02-21 11:25:09 +00:00
Dylan Wagstaff
a7c5283bdd
Merge branch 'master' into pulls/3.0/fix-closure-import
2017-10-26 14:34:43 +13:00
Daniel Hensby
9e26e38d75
Merge branch '2'
2017-09-18 17:39:41 +01:00
Robbie Averill
46b792b27f
FIX Import Closure class for type checking, and only set sort if the sort field exists
2017-09-15 16:32:38 +12:00
Damian Mooyman
9421e85483
BUG Fix inline editing / sortable
2017-09-15 16:08:13 +12:00
Robbie Averill
58604a6234
FIX Remove references to Object, replace with Injector calls
2017-08-25 13:46:30 +12:00
Nathan Glasl
ef48ea9cdd
NAMESPACE, updating vendor.
2017-06-16 14:46:31 +10:00
sac
658874419a
deny inline editing of records SS4
2017-06-01 13:02:43 +05:30
Jack O'Connor
0907b2f493
Initialising button before attempting to enable or disable it ( #177 )
...
* Initialising button before attempting to enable or disable it
* Updating class reference
* Adding exception use case
* Removing unused use case
* Including Exception class for classes where exception is used.
2017-02-17 13:14:50 +11:00
Robbie Averill
2acf6dee47
PSR-2 code style guidelines
2016-12-21 15:35:19 +13:00
Robbie Averill
3cacb43934
Update composer constraint, branch alias, namespace and add editorconfig
2016-12-21 15:27:49 +13:00