Closed bytehead closed 6 years ago
I would like to add a subpalette to the users profile page (/contao?do=login) for #1545. But the ajax request always fails with a 403 thrown on line 1808 here: https://github.com/contao/core-bundle/blob/186b649afa90e008d8414b6d64c153f530cbcee4/src/Resources/contao/drivers/DC_Table.php#L1788-L1809
/contao?do=login
403
intId has value false in this case.
intId
false
The value gets set on line 413 here: https://github.com/contao/core-bundle/blob/186b649afa90e008d8414b6d64c153f530cbcee4/src/Resources/contao/classes/Ajax.php#L384-L416
As already discussed with @Toflar, he will try to shed some light/investigate this.
@leofeyer you can assign that to me.
PR is ready https://github.com/contao/core-bundle/pull/1559
Thank you @Toflar! 🎉
I would like to add a subpalette to the users profile page (
/contao?do=login
) for #1545. But the ajax request always fails with a403
thrown on line 1808 here: https://github.com/contao/core-bundle/blob/186b649afa90e008d8414b6d64c153f530cbcee4/src/Resources/contao/drivers/DC_Table.php#L1788-L1809intId
has valuefalse
in this case.The value gets set on line 413 here: https://github.com/contao/core-bundle/blob/186b649afa90e008d8414b6d64c153f530cbcee4/src/Resources/contao/classes/Ajax.php#L384-L416
As already discussed with @Toflar, he will try to shed some light/investigate this.