* @return AjaxResponse
   *   The response object.

This isn't correct. See unflag() in the same class.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim created an issue. See original summary.

_Archy_’s picture

Issue tags: +DCTransylvania
marncz’s picture

marncz’s picture

Status: Active » Needs review
valthebald’s picture

Status: Needs review » Reviewed & tested by the community

@return comment now matches the one of `FieldEntryFormController::getForm()`, so - RTBC

joachim’s picture

Status: Reviewed & tested by the community » Needs work

Thanks for the patch!

+++ b/src/Controller/FieldEntryFormController.php
@@ -21,8 +21,8 @@ class FieldEntryFormController extends ControllerBase {
+   *   The processed add form for the given flagging.

Not quite right, as there isn't a flagging that's been given.

I would say just 'The processed form to create the flagging.'

ashishdalvi’s picture

Issue tags: +dcm2017

We will work on it at DCM2017

shashikant_chauhan’s picture

Adding updated patch.

  • joachim committed 7cf4c9f on 8.x-4.x authored by marncz
    Issue #2864926 by marncz, shashikant_chauhan: Fixed incorrect docs for @...
joachim’s picture

Status: Needs review » Fixed

Thanks everyone! Committed.

Status: Fixed » Closed (fixed)

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

rosinegrean’s picture

Issue tags: -DCTransylvania