-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module is not working with new linkfield module #7
Comments
Please provide... like... any information that might help debug this. Also I don't have much time for this module so if you need this to be fixed in a timely manner I strongly encourage you to work on a PR. |
Silverstripe 5.2 with latest linkfield module (4.0.4). This module in version 2.3.0 with global setup like this: SilverStripe\ORM\DataObject:
extensions:
- Signify\ComposableValidators\Extensions\DataObjectDefaultAjaxExtension
- Signify\ComposableValidators\Extensions\DataObjectValidationExemptionExtension
SilverStripe\Forms\GridField\GridFieldDetailForm_ItemRequest:
extensions:
- Signify\ComposableValidators\Extensions\GridFieldItemRequestValidationExemptionExtension no other setup on composable module, linkfield module installed and configured per basic setup instructions. Yes, if I find time, I will debug it and try to make PR, but currently, it is out of my focus, as I do not need composable in this project and it is easier for me to disable it. |
Does the bug happen when saving a page which has links? Or when saving the link itself? Or when doing something else? |
When I save DataObject with links. |
module isn't working with new linkfield module:
I tried to ignore SilverStripe\LinkField\Form\MultiLinkField, but it did't help.
The text was updated successfully, but these errors were encountered: