Add first wave of Release tagging capabilities

This commit is contained in:
DariusIII
2018-11-01 12:40:10 +01:00
parent 55e7c39952
commit 8211201599
18 changed files with 620 additions and 189 deletions
@@ -1750,10 +1750,12 @@ class ProcessAdditional
SET searchname = %s, categories_id = %d, iscategorized = 1, isrenamed = 1, proc_pp = 1
WHERE id = %d',
$newTitle,
$newCat,
$newCat['categories_id'],
$this->_release->id
)
);
$release = Release::find($this->_release->id);
$release->retag($newCat['tags']);
$this->sphinx->updateRelease($this->_release->id);
// Echo the changed name.