The tag is missing in the description text for the Path to check field:

//The path to check against the URL. Beginning and trailing spaces will be stripped. Use , with an "equals" operation, to signify the front page.

Comments

sano created an issue. See original summary.

sano’s picture

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

wrong module version originally reported

daiwik.addweb’s picture

Status: Active » Needs review
StatusFileSize
new663 bytes

@sano, Please find my patch that adds the tag in Description. Thanks!.

sano’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Needs review » Needs work

Actually, I made a mistake when creating this issue. The release version of the module does not have the patch from the related issue applied and the patch you Roshni provided, contains the code that is already in the patch of that related issue. So the dev version already contains the proper logic for capturing the front page. I am sorry I caused you extra work.

What is still needed however, is to HTML-escape the brackets around "front", because they prevent the tag to show up when user is editing the rules action. Working on a patch for that...

sano’s picture

StatusFileSize
new732 bytes

..and here is the patch.

sano’s picture

Status: Needs work » Needs review