You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey,
I wanted to have a link to add tt-content directly to my mask, so we didn't need to go to edit and then add new tt-content.
I added a link into the template backend mask to add new records like below:
Unfortunately, it didn't save tx_mask_content_parent_uid and tx_mask_content_tablenames and tx_mask_content_role in SQL, and because of that, I could not add new content directly. I added these fields manually in the mask. and after that, it works and saves the fields in SQL correctly. but is it any way to add automatically these fields in the mask???
The text was updated successfully, but these errors were encountered:
This is out of scope for this extension. Please use proper Container Extensions like b13/container for such tasks. Editing however is no problem from within the preview.
hey,
I wanted to have a link to add tt-content directly to my mask, so we didn't need to go to edit and then add new tt-content.
I added a link into the template backend mask to add new records like below:
<a href="{be:uri.newRecord( pid: my pid, table: 'tt_content', defaultValues: { tt_content: { colPos: mycol tx_mask_content_parent_uid: uid, tx_mask_content_role: 'my grid', tx_mask_content_tablenames: 'my table name', tx_mask_conf_layout: 'my layout' } } )}"> new </a>
Unfortunately, it didn't save tx_mask_content_parent_uid and tx_mask_content_tablenames and tx_mask_content_role in SQL, and because of that, I could not add new content directly. I added these fields manually in the mask. and after that, it works and saves the fields in SQL correctly. but is it any way to add automatically these fields in the mask???
The text was updated successfully, but these errors were encountered: