Patch Changes
-
#4407
473bbe5b31d
Thanks @aliemir! - Added missingclone
action for document title generation. This fixes the issue of the document title not being generated when theclone
action is used.This change introduces the
documentTitle.{resourceName}.clone
key to the list ofi18n
keys that are used to generate the document title.Default title for the
clone
action is"#{{id}} Clone {{resourceName}} | refine"
. -
#4407
473bbe5b31d
Thanks @aliemir! - Fixed the issue oflabel
not taken into account with auto generated document titles.label
will be prioritized over the resource name when generating the document title and thelabel
will not be capitalized.