mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°2598 - When refreshing a list, loosing page and order - change of dashboard refresh mecanism
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Application\UI\Base\Layout;
|
||||
|
||||
use Combodo\iTop\Application\UI\Base\tJSRefreshCallback;
|
||||
|
||||
/**
|
||||
* Class UIContentBlock
|
||||
* Base block containing sub-blocks
|
||||
*
|
||||
* @internal
|
||||
* @author Anne-Catherine Cognet <anne-catherine.cognet@combodo.com>
|
||||
* @package Combodo\iTop\Application\UI\Base\Layout
|
||||
* @since 3.0.0
|
||||
*/
|
||||
class UIContentBlockWithJSRefreshCallback extends UIContentBlock
|
||||
{
|
||||
use tJSRefreshCallback;
|
||||
}
|
||||
Reference in New Issue
Block a user