Closed (fixed)
Project:
Version Control API -- Git backend
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Sep 2013 at 19:00 UTC
Updated:
5 Dec 2019 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eliza411 commentedIt's true. I get the same error when I try to change the default repository branch on project edit page.
Comment #2
eliza411 commentedTagging to write tests for this
Comment #3
jthorson commentedAs far as I can tell, drupal_queue_include() only exists in the D6 backport of the queue API. This patch simply removes the two drupal_queue_include() calls. (Disclaimer: Completely untested!)
Comment #4
jthorson commentedGrrr.
Comment #5
marvil07 commentedMakes complete sense to remove function calls to D6 APIs in D7 version ;-)
Included on 7.x-1.x, thanks!
Comment #8
avpaderno