Bug #74506
closedStory #69617: FormEngine bugs
Page TSConfig not parsed / added to BackendUserAuthentication if processing inline request (record/inline/create)
0%
Description
When requesting ajax route record/inline/create the TSConfig set up in the rootline (pages) is not added to the complete tsconfig stack
Because of that a default upload folder can not be determined for non-admin users (at least in my installation) and the upload asset / youtube feature is not visible.
To reproduce add tt_content as inline relation to any type of record, create a new tt_content relation inline (textmedia should be default) and search for those buttons.
Works as admin, does not work as non-admin using only FileMounts.
Updated by Philipp Wrann almost 9 years ago
I set up the default upload folder by adding this tsconfig option to the different contextual root pages:
options.defaultUploadFolder = 1:some/path/
This works statically and non-statically as admin but not via ajax request as non-admin
Updated by Philipp Wrann almost 9 years ago
Okay forget it, i forgot thats my implementation by a hook allready.
Updated by Christian Kuhn over 8 years ago
Ok, I don't understand the details of this issue.
I guess the first thing we should do here is to create a scenario for ext:styleguide:
tx_styleguide_inline_1nttcontent to have a 1:n to tt_content playground.
After that we can see what is going wrong here.