-
Notifications
You must be signed in to change notification settings - Fork 174
Update ServiceInstance.rb #37
base: master
Are you sure you want to change the base?
Conversation
Related 'bug': http://projects.theforeman.org/issues/5006. Not sure this is the proper approach to fixing the solution, but it allows us to properly retrieve the datacenter in our environment. Feedback welcome.
As this is just a convenience method, I would rather add a new method called find_datacenter_by_searchindex or something |
Revert change to find_datacenter and add new helper method.
I have no issue with doing that - could you comment on the method in which On Wed, Apr 2, 2014 at 9:58 AM, cdickmann notifications@github.com wrote:
|
Thats my point. If you just add a new method, it is not a big deal if it has a bug in some cases. I have larger deployments, so if you tell me what to test, I can test it. |
Alright, well I've already moved it to a new method. I believe the On Wed, Apr 2, 2014 at 10:30 AM, cdickmann notifications@github.com wrote:
|
Oops, I'm dealing with the same bug in #39. But it looks both our patches are wrong. |
Related 'bug': http://projects.theforeman.org/issues/5006.
Not sure this is the proper approach to fixing the solution, but it allows us to properly retrieve the datacenter in our environment. Feedback welcome.