Initial wbm support was pretty minimal and missed the "moderate" tab. We need to add that and include path forwarding for wbm node_edit plugins too.

Eclipse

CommentFileSizeAuthor
#2 2452101-2.patch7.05 KBEclipseGc
#1 2452101-1.patch7.75 KBEclipseGc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

EclipseGc’s picture

Status: Active » Needs review
FileSize
7.75 KB

Code!

EclipseGc’s picture

FileSize
7.05 KB

I'm an idiot...

ron_s’s picture

Status: Needs review » Needs work

I'm trying to make sense of this patch... seems as though the most recent version of 7.x-1.x-dev is not correct.

If I perform a drush download, the version I receive is 7.x-1.2+2-dev, and it does not have a file located at /plugins/context_admin/node_path_alias.inc. However if I look in the repository, it's definitely present:

http://cgit.drupalcode.org/context_admin/tree/plugins/context_admin?h=7....

Makes no sense though, since the addition of the file is tagged as 7.x-1.x:

http://cgit.drupalcode.org/context_admin/commit/?h=7.x-1.x&id=0e5bf6a2e3...

I'm guessing something did not get merged correctly along the way in Git? If I manually add node_path_alias.inc to my local install, I'm able to apply the patch as expected.