Coder Social home page Coder Social logo

Comments (5)

numito avatar numito commented on June 1, 2024

Hello,
Just noticed that I forgot the basic rules of politeness, was too much into figuring out what was wrong.
So thanks for the plugin and thanks for your help.
Numa

from typoscript_rendering.

numito avatar numito commented on June 1, 2024

Hello,

I found out the issue, I was initializing a StandaloneView without pass the current content object in parameter, therefor it recreated an empty content object for the view.

it was

$this->objectManager->get('TYPO3\\CMS\\Fluid\\View\\StandaloneView');

but it should be

$this->objectManager->get('TYPO3\\CMS\\Fluid\\View\\StandaloneView', $this->configurationManager->getContentObject());

from typoscript_rendering.

kitzberger avatar kitzberger commented on June 1, 2024

Hi,

I'm experiencing a similar issue under TYPO3 7.6.6 but not with recursive rendering as described above. With TYPO3 6.2 it worked as expected. The AJAX url points to the page record instead of the tt_content record, so the plugin is rendered but without knowing anything about the flexform settings.

When debugging AjaxActionViewHelper the current record ($this->configurationManager->getContentObject()->currentRecord) is just empty.

Is this a already known issue with TYPO3 7? Any help is apprechiated.

Philipp

from typoscript_rendering.

helhum avatar helhum commented on June 1, 2024

Hi @kitzberger! Assuming you use fluid_styled_content rendering, you should wait for the new bugfix version of TYPO3 or apply this simple bugfix to your project: https://review.typo3.org/#/c/48011/

Please let me know if my advice helped

from typoscript_rendering.

kitzberger avatar kitzberger commented on June 1, 2024

Thank you @helhum, that did the trick ;-)

from typoscript_rendering.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.