Browse Source

N°1129.1 Support of $this->hyperlink(itop-portal)$ in notifications (only "portal" was implemented for the default portal).

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@5044 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 7 years ago
parent
commit
9d698a14b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      datamodels/2.x/itop-portal/main.itop-portal.php

+ 1 - 0
datamodels/2.x/itop-portal/main.itop-portal.php

@@ -109,4 +109,5 @@ class iTopPortalViewUrlMaker extends iTopPortalEditUrlMaker
 
 // Default portal hyperlink (for notifications) is the edit hyperlink
 DBObject::RegisterURLMakerClass('portal', 'iTopPortalEditUrlMaker');
+DBObject::RegisterURLMakerClass('itop-portal', 'iTopPortalEditUrlMaker');