Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RoySegall’s picture

Version: 7.x-dev » 8.x-dev
FileSize
89.27 KB

Also appear in Drupal 8 - change the version of the issue.

RoySegall’s picture

I'll supply a patch later on.

RoySegall’s picture

RoySegall’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, add-tem-not-when-reset-alphabetical-d8-2053505-3.patch, failed testing.

RoySegall’s picture

I'm adjusting the tests to the new UX/UI.

Status: Needs review » Needs work

The last submitted patch, add-tem-not-when-reset-alphabetical-d7-2053505-6.patch, failed testing.

RoySegall’s picture

Version: 8.x-dev » 7.x-dev
Status: Needs work » Needs review
FileSize
5.33 KB

Pushing the 7.x patch for the simple test triggering.

amitaibu’s picture

+++ b/modules/taxonomy/taxonomy.admin.incundefined
@@ -951,11 +942,9 @@ function taxonomy_vocabulary_confirm_delete_submit($form, &$form_state) {
+function taxonomy_overview_terms_reset($form, &$form_state, $vocabulary) {

@@ -973,7 +962,7 @@ function taxonomy_vocabulary_confirm_reset_alphabetical($form, &$form_state, $vi
-function taxonomy_vocabulary_confirm_reset_alphabetical_submit($form, &$form_state) {

Why change them name? taxonomy_overview_terms_reset_alphabetical sounds more correct.

+++ b/modules/taxonomy/taxonomy.testundefined
@@ -946,7 +945,7 @@ class TaxonomyTermTestCase extends TaxonomyWebTestCase {
+  function _testTaxonomyGetTermByName() {

Uncommenting a test isn't a good way to fix it ;)

Also if you want this patch to have any chance, it should be done first on D8, and then backported.

RoySegall’s picture

Version: 7.x-dev » 8.x-dev
FileSize
5.39 KB
RoySegall’s picture

Adding a minor fix the CSS of the button.

jhedstrom’s picture

Issue summary: View changes
Status: Needs review » Needs work
Issue tags: +Needs reroll

Patch in #11 no longer applies.

RoySegall’s picture

Don't think this is relevant any more.

idebr’s picture

Version: 8.0.x-dev » 7.x-dev
Issue tags: -Needs reroll
FileSize
29.78 KB

I can confirm the 'Add term' no longer appears on the Reset confirmation form in 8.0.x, see screenshot:

The issue is still relevant for 7.x though