I replaced the taxonomy description.

  1. create a new term
  2. add some text into the description field
  3. save the term
  4. edit the term again
  5. delete the text in the description field
  6. save the the term

Expected behavior: an empty description field
Actual behavior: the description field still contains the old content.

I can edit (= change the content) of the field. But as soon as I want to erase all characters, the content from last saved state is re-entered automatically.

Comments

joel_osc’s picture

Status: Active » Needs review
StatusFileSize
new474 bytes

Saw this too, here is a patch...

joel_osc’s picture

StatusFileSize
new522 bytes

Better patch..the last one was emptying the filter as well - this one will default it.

plach’s picture

Version: 7.x-1.0-alpha4 » 7.x-1.x-dev

Let's see what the bot thinks about this.

plach’s picture

StatusFileSize
new522 bytes

Mmh, reuploading the patch.

plach’s picture

Status: Needs review » Fixed
StatusFileSize
new659 bytes

Committed and pushed the attached patch, thanks!
(I added a comment about why we need this)

Status: Fixed » Closed (fixed)

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

  • Commit 842fac2 on 7.x-1.x, workbench authored by joel_osc, committed by plach:
    Issue #1761142 by joel_osc, plach | no2e: Fixed Replaced taxonomy...