Updated: Comment #4

Problem/Motivation

The taxonomy edit form is still not a route, so let's convert it to be able to make progress on #1857256: Convert the taxonomy listing and feed at /taxonomy/term/%term to Views

There is a test which checks that additional not-used variables aren't interpretated by entity_get_form. In the new routing system additional unused arguments leads to a 404,
so the test is quite pointless.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
1.44 KB

There we go

Status: Needs review » Needs work

The last submitted patch, taxonomy-2062769-1.patch, failed testing.

dawehner’s picture

Status: Needs work » Needs review
FileSize
990 bytes
2.41 KB

There is a test which checks that additional not-used variables aren't interpretated by entity_get_form. In the new routing system additional unused arguments leads to a 404,
so the test is quite pointless.

Berdir’s picture

Status: Needs review » Reviewed & tested by the community

Nice, that test actually results in exceptions in the apache log on testservers. There's an issue somewhere by jthorson to remove it I think already.

Check taxonomy.admin.inc, there's unfortunately nothing to remove there, definition was already useless before.

Berdir’s picture

#3: vdc-2062769-3.patch queued for re-testing.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed a19dfc6 and pushed to 8.x. Thanks!

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

Anonymous’s picture

Issue summary: View changes

described test