Closed (fixed)
Project:
Case Tracker Services
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2008 at 11:11 UTC
Updated:
25 Apr 2008 at 00:33 UTC
When installing Case Tracker Services there is no dependency with services.module except from the project page.
Adding a line in casetracker_servies.info would help.
dependencies = services
Comments
Comment #1
clemens.tolboomCorrection:
dependencies = xmlrpc_serverComment #2
simethanks clemens fixed in dev
Comment #3
clemens.tolboomYou where right about dependencies with services.
You fixed it in dev ... you could close in for the new release :-)
Comment #4
clemens.tolboomcasetracker_services needs the casetracker module too :-)
I'm not sure whether other ct modules must be available / dependent on.
Maybe hook_requirement runtime is useful for the other ct modules to check.
Comment #5
clemens.tolboomAnd of course xml-rpc ... my install of the client failed because of this. So dependencies should be
dependencies = services xmlrpc_server casetrackerThis dependency to xmlrpc is I know for the client but it would safe a lot of hasle ;-)
Comment #6
simeYes, I've updated it to have casetracker, but not xmlrpc_server... the services should be available over any server type (not that I've tested it! :)
http://drupal.org/cvs?commit=109930
Oh, an I'm considering not releasing until I do one thing. At the moment I have the cases sorting by status I think for want of a better method. I think this will suck for some people. Gotta think about a way to do this, considering the weight column in the codes table...
Comment #7
clemens.tolboomOk ... I understand that casetracker_services should work for any service type.
Maybe some note on the client side or testing the server for having xmlrpc would be nice. Becasue that is what casetracker_client uses right?
Comment #8
simeyeah, this client is written specifically to use the xmlrpc server. I should put additional warnings in the client.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.