Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Nov 2011 at 15:48 UTC
Updated:
21 Nov 2011 at 23:05 UTC
Jump to comment: Most recent file
Somehow I'm motivated, so here are a couple of more patches in the 7.x-3.x version after I noticed the test bot's status. This should fix the last PHP warning so the test bot should be happy.
The one question is, can we set the $endpoint->server_settings[$endpoint->server] to an empty array? Or does it need its values filled out on initial form submit? I don't think this should be speedily committed without a couple of people reviewing/testing it.
The second patch simply fixes a typo in services.module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | services-typo-fix-6.x.patch | 599 bytes | cotto |
| 0002-Fix-typo.-authenication-should-be-authentication.patch | 857 bytes | mradcliffe | |
| 0001-Fix-broken-test-by-setting-the-appropriate-server-se.patch | 1.31 KB | mradcliffe |
Comments
Comment #1
kylebrowning commentedthese look good.
Do we need 6.x version for the second patch?
Comment #2
cotto commentedGood catch. Here's a 6.x version.
Comment #3
kylebrowning commentedFixed thanks.