Skip to content
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

Open
silverstripesk opened this issue Jul 1, 2024 · 4 comments
Open

Module is not working with new linkfield module #7

silverstripesk opened this issue Jul 1, 2024 · 4 comments

Comments

@silverstripesk
Copy link

module isn't working with new linkfield module:

obrázok

I tried to ignore SilverStripe\LinkField\Form\MultiLinkField, but it did't help.

@GuySartorelli
Copy link
Owner

Please provide... like... any information that might help debug this.
What validators were you using? What extensions did you have applied? What did you do to trigger this? What were the errors in your logs, if any? etc etc etc etc etc.

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.

@silverstripesk
Copy link
Author

silverstripesk commented Jul 2, 2024

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.

@GuySartorelli
Copy link
Owner

Does the bug happen when saving a page which has links? Or when saving the link itself? Or when doing something else?

@silverstripesk
Copy link
Author

When I save DataObject with links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants