Needs review
Project:
Workbench Moderation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2015 at 07:59 UTC
Updated:
15 Dec 2015 at 07:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
das-peter commentedThanks for the patch, unfortunately it doesn't seem to apply anymore - I couldn't find the code manually either.
Please re-roll & please create patches within the module directory - so that the patch doesn't point to
sites/all/modules/contrib/workbench_moderation.Comment #2
nitebreedYou were right, that patch was added trough SVN. Attached you find the GIT patch instead.
Comment #3
nitebreedComment #4
nitebreedComment #5
sylus commentedI can't reproduce the problem that this patch is trying to fix? Shouldn't the edit draft always point to the current revision? Which according the logic is "node/{$revision->nid}/edit"
Comment #6
nitebreedThe current revision isn't always the latest revision and in my opinion you should be able once you created a draft (i.e. a newer revision than the current revision) to edit this draft. Without this fix, this is not possible.
Comment #7
sylus commentedAre you using the latest official release of workbench? Whenever I made a draft on top of of my current revision no matter what each and every subsequent draft that has the "edit draft" links always points to the appropriate draft. I must be missing something in terms of reproduction. Will take a further look.
Comment #8
nitebreed