CKEditor components replaced by CKEditor 5.
Remains of the sandboxed CKEditor - will be removed, but the version here may be useful for another editor that is prone to XSS (like Summernote).
This commit is contained in:
parent
213039c141
commit
eacdc74c29
43 changed files with 12499 additions and 1382 deletions
|
@ -40,7 +40,7 @@ export class RestActionModalDialog extends Component {
|
|||
|
||||
async hideModal(isBack) {
|
||||
if (this.props.backUrl) {
|
||||
this.props.stateOwner.navigateTo(this.props.backUrl);
|
||||
this.navigateTo(this.props.backUrl);
|
||||
} else {
|
||||
if (isBack) {
|
||||
this.props.onBack();
|
||||
|
@ -68,7 +68,7 @@ export class RestActionModalDialog extends Component {
|
|||
await axios.method(props.actionMethod, getUrl(props.actionUrl));
|
||||
|
||||
if (props.successUrl) {
|
||||
owner.navigateToWithFlashMessage(props.successUrl, 'success', props.actionDoneMsg);
|
||||
this.navigateToWithFlashMessage(props.successUrl, 'success', props.actionDoneMsg);
|
||||
} else {
|
||||
props.onSuccess();
|
||||
this.setFlashMessage('success', props.actionDoneMsg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue