Skip to content

Commit

Permalink
Merge pull request #3074 from ec-europa/deploy
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
julien- committed Aug 4, 2022
1 parent 896adc9 commit cf5a5cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions resources/patches/pathauto-admin_patterns-1267966-140.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
diff --git a/pathauto.admin.inc b/pathauto.admin.inc
index 9030f48..02c97d9 100644
--- a/pathauto.admin.inc
+++ b/pathauto.admin.inc
--- pathauto.admin.inc
+++ pathauto.admin.inc
@@ -15,6 +15,7 @@
*/
function pathauto_patterns_form($form, $form_state) {
Expand All @@ -17,4 +15,4 @@ index 9030f48..02c97d9 100644
+ module_implements('pathauto', false, true);
$pathauto_settings = module_invoke_all('pathauto', 'settings');
foreach ($pathauto_settings as $settings) {
if (!empty($settings->batch_update_callback)) {
if (!empty($settings->batch_update_callback)) {
2 changes: 1 addition & 1 deletion tests/features/tmgmt/tmgmt_dgt_connector_cart.feature
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Feature: TMGMT Poetry Cart features
And I press "Submit changes"
And I wait for AJAX to finish
And I wait 2 seconds
# Comment to not display issue
# @todo : Uncomment the next line and make it GREEN during test
# Then I should see the message "Your changes have been successfully submitted."

When I click "Close Window"
Expand Down

0 comments on commit cf5a5cf

Please sign in to comment.