FunctionChanges
From Sit
| SiT! Manual | Developers Guide → FunctionChanges | Chapter 6 |
| |
| Please help us and our readers by clicking the edit link above and updating/improving this text. |
The following lists changes to functions between releases
3.50
Function Changes
lib/functions.inc.php:group_user_selector
Changed from: group_user_selector($title, $level="engineer", $groupid) To: group_user_selector($title, $level="engineer", $groupid, $type='radio')
This now allows for checkboxes or radio buttons to be used on the group user selector depending on whether you require the group members selected to be mutually exclusive
Added Functions
lib/incident.inc.php:drafts_waiting_on_incident
drafts_waiting_on_incident($incidentid, $type='all')
Identified whether drafts are awaiting to be sent/updated on an incident
lib/html.inc.php:autocomplete
Ajax autocomplete to replace dojo combobox
Removed Functions
No removed functions
Deprecated functions