Breaking: #72392 - Removed deprecated code from DocumentTemplate
See forge#72392
Description
Remove deprecated code from DocumentTemplate
The following properties have been removed:
JScode
doc
in
end
bg
bg
bg
bg
bg
bg
hover
back
in
parse
charset
The following methods have been removed:
get
wrap
issue
format
parse
spacer
end
dfw
rfw
table
menu
get
get
get
collapseable
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use calls to any of the above mentioned methods.
Migration
For wrap
use Backend
instead.
For issue
use Backend
instead.
For format
and parse
use the corresponding methods in BackendUtility.
For rfw
and dfw
use proper HTML directly instead.
For get
use get
from ModuleTemplate instead.
For collapseable
use HTML bootstrap classes, localStorage etc.