mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
- use function getAktOrNextSemester
- restructure single libs to isolate typeId of data - refactor Job: use params, details output - use functions insert, update, delete - use timeperiode for getAllTags and checkIfExistingTag - controller: rebuild function: change to POST - updated insertVon Batchuser
This commit is contained in:
@@ -339,10 +339,12 @@ class Tag_Controller extends FHCAPI_Controller
|
||||
|
||||
public function rebuildTagsForTypeId()
|
||||
{
|
||||
$id = $this->input->get('id');
|
||||
$typeId = $this->input->get('typeId');
|
||||
$id = $this->input->post('id');
|
||||
$typeId = $this->input->post('typeId');
|
||||
|
||||
$result = $this->taglib->rebuildTagsForTypeId($typeId, $id);
|
||||
//TODO (refactor; um semester, studiengang_kz)
|
||||
//$result = $this->taglib->rebuildTagsForTypeId($params);
|
||||
if (isError($result))
|
||||
return error ('Error occurred during updateAutomatedTags');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user