mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°2847 - ActivityPanel: Fix entry's author info for CMDBChangeOp
This commit is contained in:
@@ -175,22 +175,12 @@ class CMDBChangeOpDelete extends CMDBChangeOp
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Interface iCMDBChangeOpSetAttribute
|
||||
*
|
||||
* @since 2.8.0
|
||||
*/
|
||||
interface iCMDBChangeOpSetAttribute
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Record the modification of an attribute (abstract)
|
||||
*
|
||||
* @package iTopORM
|
||||
*/
|
||||
class CMDBChangeOpSetAttribute extends CMDBChangeOp implements iCMDBChangeOpSetAttribute
|
||||
class CMDBChangeOpSetAttribute extends CMDBChangeOp
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
||||
Reference in New Issue
Block a user