We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, using the latest linkbrowser (3.1.3) the link browser dialog does not close after selecting a record.
Example config:
TCEMAIN.linkHandler.citko_directory_verein { handler = Cobweb\Linkhandler\RecordLinkHandler label = Verein configuration { table = tx_citkodirectory_domain_model_eintrag storagePid = 328 hidePageTree = 0 } scanBefore = page }
Tested with Chrome, Firefox TYPO3 7.6.11 and 7.6.12. I see no error in the browser console, the dialog simply does not close.
Additional info: 3.1.2 works as expected.
The text was updated successfully, but these errors were encountered:
I also encountered this issue.
Sadly, version 3.1.2 in not available anymore via Composer. Downgrading to 3.1.1 didn't fix it.
EDIT: Works as designed. Because the link browser was showing the correct options I failed to notice that the extension was not activated.
Activating the extension fixed my issue.
Sorry, something went wrong.
No branches or pull requests
Hi, using the latest linkbrowser (3.1.3) the link browser dialog does not close after selecting a record.
Example config:
TCEMAIN.linkHandler.citko_directory_verein {
handler = Cobweb\Linkhandler\RecordLinkHandler
label = Verein
configuration {
table = tx_citkodirectory_domain_model_eintrag
storagePid = 328
hidePageTree = 0
}
scanBefore = page
}
Tested with Chrome, Firefox TYPO3 7.6.11 and 7.6.12. I see no error in the browser console, the dialog simply does not close.
Additional info: 3.1.2 works as expected.
The text was updated successfully, but these errors were encountered: