Active
Project:
Workbench Media
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2011 at 23:22 UTC
Updated:
13 Jul 2018 at 20:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stevectorThis fix is so small that I will go ahead and commit it. The module is completely broken without it.
Comment #2
stevectorhttp://drupalcode.org/project/workbench_media.git/commit/739b431506522b2...
Comment #4
BarisW commentedCan you please create a 1.2 release? This commit is still missing in the latest 1.x branch.
Comment #5
BarisW commentedHmm, actually. This patch is in, however, the file being pointed to (includes/media.pages.inc), does not exist. Any idea's?
Comment #6
BarisW commentedThe problem is that the hook_menu in the 1.x branch is outdated. It should be the same as the 2.x branch (use the file_entity add files interface). I used a hook_menu_alter to fix it without having to patch the module. Like this:
Comment #7
stevectorRemoving the assignment since I haven't worked on this module in years.