This commit is contained in:
Yuri Kuznetsov
2024-11-09 12:15:50 +02:00
parent 80ffd1bd86
commit 0454874755
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class DetailModalView extends ModalView {
* @property {boolean} [fullFormDisabled] Disable full-form.
* @property {boolean} [quickEditDisabled] Disable quick edit.
* @property {string} [rootUrl] A root URL.
* @property {string} [fullFormUrl] A full-form URL. As of v8.5.
* @property {string} [fullFormUrl] A full-form URL. As of v9.0.
*/
/**
+1 -1
View File
@@ -129,7 +129,7 @@ class EditModalView extends ModalView {
* @property {string} [rootUrl] A root URL.
* @property {string} [returnUrl] A return URL.
* @property {Record} [returnDispatchParams] Return dispatch params.
* @property {string} [fullFormUrl] A full-form URL. As of v8.5.
* @property {string} [fullFormUrl] A full-form URL. As of v9.0.
*/
/**