Skip to content
Snippets Groups Projects
Commit 086f8334 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

api compatibility

parent 491664a3
Branches
Tags
1 merge request!2676Master
Pipeline #4259 failed with stage
in 37 minutes and 59 seconds
......@@ -40,8 +40,8 @@ class ZendAfi_Form_Redmine_Issue extends ZendAfi_Form {
}
public function getValues() {
$values = parent::getValues();
public function getValues($suppressArrayNotation=false) {
$values = parent::getValues($suppressArrayNotation);
$values['status'] = ['id' => isset($values['status_id'])
? $values['status_id']
: 1];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment