While marking any note to resolved in the node edit page, View Notes popup is closed automatically also removes the CKeditor from the body region of the content.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

rajeshwari10 created an issue. See original summary.

bluegeek9’s picture

I verified the bug. The text editor is removed from the page.

bluegeek9’s picture

Status: Active » Needs work

The CKeditor form is vanishing because of these two lines. I am not sure why this is happening, or how to fix it.

ModerationNoteResolveForm::submitFormCallback() lines 159-160

$command = new CloseDialogCommand('#drupal-off-canvas');
$response->addCommand($command);
bluegeek9’s picture

Status: Needs work » Active
bluegeek9’s picture

Assigned: Unassigned » bluegeek9

  • bluegeek9 committed e0a994e0 on 8.x-1.x
    feat: #3029713 Resolving the notes on the node edit page, closes the...
bluegeek9’s picture

Assigned: bluegeek9 » Unassigned
Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.