📝 Fix CRUD wiki page URL

was linking to Combodo private wiki :/, now is the public one \o/
Many thanks @Hipska !
This commit is contained in:
Pierre Goiffon
2020-09-14 15:05:44 +02:00
parent bced819b3f
commit c34c4bc09d

View File

@@ -857,7 +857,7 @@ abstract class DBObject implements iDisplay
/**
* @see \DBObject::ListPreviousValuesForUpdatedAttributes() to get previous values anywhere in the CRUD stack
* @see https://wiki.combodo.com/doku.php?id=latest:customization:sequence_crud iTop CRUD stack documentation
* @see https://www.itophub.io/wiki/page?id=latest%3Acustomization%3Asequence_crud iTop CRUD stack documentation
*
* @param string $sAttCode
*
@@ -2384,7 +2384,7 @@ abstract class DBObject implements iDisplay
* @api-advanced
*
* @see \DBObject::ListPreviousValuesForUpdatedAttributes() to get previous values anywhere in the CRUD stack
* @see https://wiki.combodo.com/doku.php?id=latest:customization:sequence_crud iTop CRUD stack documentation
* @see https://www.itophub.io/wiki/page?id=latest%3Acustomization%3Asequence_crud iTop CRUD stack documentation
* @return array attname => currentvalue List the attributes that have been changed using {@see DBObject::Set()}.
* Reset during {@see DBObject::DBUpdate()}
* @throws Exception