<?
// assemble json response
$response = array();
$response['form'] = $this->render('content/change-state.partial.phtml');
$response['errors'] = isset($this->errors) ? $this->errors : null;
$response['failedEntries'] = isset($this->failedIds) ? array_values($this->failedIds) : array();
$response['changedEntries'] = isset($this->changedIds) ? array_values($this->changedIds) : array();
print $this->json($response);
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/workflow/views/scripts/content/change-state.json.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|