-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fields lost in link generation #50
Comments
The linkhandler feature has been integrated into upcoming TYPO3 v8. As such I don't plan any more work on this extension. Sorry. I hope you can find a solution to your issue. |
Understood, np :) Anyway, I found that the problem is that when linkhandler calls typolink to generate the link, the stdWrap's insertData function has $this->data set to the record data and no more set to the fluid data. Do you know if this issue could be present in v8 too? |
It may well be. I understand your need, but having the data from the record loaded into $this->data is critical so that you can assemble links, for example using the "uid" of the record. |
I see and I created a WIP patch whose concept maybe useful in v8 (I don't know if it's you that worked on linkandler feature in v8). |
Thanks for the proposal. Some kind of namespacing would indeed be useful IMO. I guess the next is to test the issue with TYPO3 v8 and open a bug report for the Core if the problem is verified there too. You could point to this discussion and your suggested patch for reference. |
[BUGFIX] Merge parent data with record data, fixes cobwebch#50
Hi @cobwebch,
I use this in Fluid
and this is the lib.link Typoscript
The problem is that all the fields, like {field:class}, are lost in the generation of the url by linkhandler that returns only url.
I'm still trying to make a patch but actually I'm stuck.
The text was updated successfully, but these errors were encountered: