public function init() { parent::init(); $this->removeElement('status'); $this->getElement('submit')->setLabel($this->translate('create_issue')); }
public function init() { parent::init(); $this->getElement('submit')->setLabel($this->translate('edit_issue')); }