on the path_condition_info() the last labels is misspelled. The code is:

    'workflow_ng_condition_alias_exists' => array(
      '#label' => t('URL alias exists)'),
      '#module' => 'Path',

when it should be:

    'workflow_ng_condition_alias_exists' => array(
      '#label' => t('URL alias exists'),
      '#module' => 'Path',

Comments

fago’s picture

thanks, could you create a patch?

avpaderno’s picture

Assigned: Unassigned » avpaderno
Category: bug » task
Status: Active » Needs review
StatusFileSize
new101 bytes

Done.

amitaibu’s picture

Status: Needs review » Needs work

Hi Kiam,
This patch doesn't look right.
You should follow this - http://drupal.org/patch/create

In short, use this code diff -upN original_directory new_directory > filename.patch in your cygwin installation.

Basically I could do it myself, but it's probably better for you to learn so we have another active member in the wf_ng area :)
If you need help let me know.

avpaderno’s picture

I guess I should have created a patch for the full directory containing the module files, and not the patch for the single file.
I need a different program to do that, then; WinMerge does not create patches for full directories.

avpaderno’s picture

Status: Needs work » Needs review
StatusFileSize
new348 bytes
amitaibu’s picture

Status: Needs review » Reviewed & tested by the community

Tested by eye - seems to be ok. setting to RTBC.

avpaderno’s picture

Title: workflow_ng_path.inc shows a misspelled label » workflow_ng_path.inc doesn't use title case links
fago’s picture

Status: Reviewed & tested by the community » Fixed

to be accurate, the patch should be created for the whole modules' directory.

But anyhow, I know where to find the path.inc .. thanks, committed. :)

Status: Fixed » Closed (fixed)

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