mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Deprecated old history APIs
This commit is contained in:
@@ -564,6 +564,9 @@ function ExportInitButton(sSelector) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 3.0.0 will be removed in 3.1, see N°3824
|
||||
*/
|
||||
function DisplayHistory(sSelector, sFilter, iCount, iStart) {
|
||||
$(sSelector).block();
|
||||
var oParams = {operation: 'history_from_filter', filter: sFilter, start: iStart, count: iCount};
|
||||
|
||||
Reference in New Issue
Block a user