Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 4 column 16
---
title: Documents Module not reactive
issue: NEXT-10034
author: Niklas Limberg
author_github: @NiklasLimberg
---
- Added
mapPropertyErrors
anddocumentBaseConfig
inmodule/sw-settings-document/page/sw-settings-document-detail/index.js
to map API Errors - Added
documentBaseConfigNameError
anddocumentBaseConfigDocumentTypeIdError
tomodule/sw-settings-document/page/sw-settings-document-detail/sw-settings-document-detail.html.twig
- Changed
loadEntityData
to makethis.documentConfig
optional inmodule/sw-settings-document/page/sw-settings-document-detail/index.js
- Added
this.$router.replace
inmodule/sw-settings-document/page/sw-settings-document-detail/index.js
to to redirect to edit route after a newly created document is saved