Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
5.x-0.1-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Nov 2008 at 10:23 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
adrian commentedClient is a required field. And it defaults to the PROVISION_DEFAULT_CLIENT.
It should also be editable in the edit form.
Comment #2
xiong commentedClient set as required field and it's editable in the edit form now.
Comment #3
adrian commentedstill not defaulting correctly. And it's iterating through all the clients in the autocomplete instead of just doing a select
Comment #4
xiong commentedset the default.
the site node was not updating correctly because of wrong parameters - changed.
please review
Comment #5
xiong commented* fixed the issue of hiding client field when there's a value on create from
* tweaked the hosting_get_client($client) function, so now it accepts an array $client, with either title, email or nid value to be keyword to search
Comment #6
adrian commentedCommitted a modified version of the patch, as the one here broke the signup module.