Skip to content

Commit

Permalink
[TASK] Make a propper deprecation note for type=user with property (#335
Browse files Browse the repository at this point in the history
)

userfunc.

Backport to 10.4
  • Loading branch information
linawolf committed Feb 11, 2021
1 parent 9c3cfec commit fc6f8c4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/ColumnsConfig/Type/User.rst
Expand Up @@ -34,10 +34,11 @@ The `user` field can be useful, if:

* A special rendering and evaluation is needed for a value when editing records via FormEngine.

.. note::
In previous versions of TYPO3 core, :php:`type='user'` had a property `userFunc` to call an own class
method of some extension. This has been substituted with a custom element using a `renderType`.
See example below.
.. deprecated:: 9.5

The property :php:`userFunc` of :php:`type='user'` has been deprecated with
TYPO3 9.5 and removed with TYPO3 10. Override the node in the FormEngine
Rendering instead. See example below.


.. _columns-user-examples:
Expand Down

0 comments on commit fc6f8c4

Please sign in to comment.