TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,35 @@
.. include:: /Includes.rst.txt
.. _feature-83814:
========================================================================
Feature: #83814 - Add system notes creation button to modules button bar
========================================================================
See :issue:`83814`
Description
===========
System notes can be used to add internal information about a page in the backend.
The corresponding notes are being displayed in several modules, depending on the
records configuration, above or below the module content. Previously, one had
to always switch to the list module and usually also to the "new record" wizard
to create such notes. To improve the usability, a new button is added to the
button bar in the top right of page, list and info module. This allows to
directly create a new :php:`sys_note` record for the current page.
The new button can be disabled via page TSconfig:
.. code-block:: typoscript
mod.SHARED.disableSysNoteButton = 1
Impact
======
It's now possible to create system notes directly in the corresponding modules
using the button in the modules top right button bar.
.. index:: Backend, TSConfig, ext:backend