mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°4720 - Remove old unreferenced methods or pages that are @deprecated (#747)
* N°4720 - Remove old unreferenced methods that are @deprecated * N°4720-Config addson getter/setter removal * small deprecation removal * revert @deprecation 3.3 removal: ResizeImageToFit * small deprecation removal * revert deprecation 3.3 removal: Config/GSetAddons
This commit is contained in:
@@ -2222,15 +2222,6 @@ EOF
|
||||
$oPage->add("</fieldset></div>");
|
||||
break;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @deprecated 3.2.0 N°7552 Use object.search_for_mentions route instead
|
||||
*/
|
||||
case 'cke_mentions':
|
||||
$oController = new ObjectController();
|
||||
$oPage = $oController->OperationSearchForMentions();
|
||||
break;
|
||||
|
||||
case 'custom_fields_update':
|
||||
$oPage = new JsonPage();
|
||||
$sAttCode = utils::ReadParam('attcode', '');
|
||||
|
||||
Reference in New Issue
Block a user