When adding a conditional to an action to a Drupal Commerce checkout rule, I am getting a 404 Not Found page.

The URL bar shows the following:

https:///admin/commerce/config/shipping/calculation-rules/manage/rules_calculate_shipping_2_4_books/add-predicate/13/if

CommentFileSizeAuthor
#2 Peek 2017-09-01 13-24.gif77.32 KBbrylie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brylie created an issue. See original summary.

brylie’s picture

FileSize
77.32 KB
brylie’s picture

I uploaded a screen capture of the 404 error as a file attachment.

brylie’s picture

Here is the export for the simple Rule that causes the 404 error:

{ "rules_test_please_delete_" : {
    "LABEL" : "Test (please delete)",
    "PLUGIN" : "reaction rule",
    "OWNER" : "rules",
    "REQUIRES" : [ "rules_conditional", "rules" ],
    "ON" : { "node_delete--page" : { "bundle" : "page" } },
    "DO" : [ { "CONDITIONAL" : [] } ]
  }
}