Skip to content

Commit

Permalink
Make Domain_Item purgeable with the delete right (#18553)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr authored Dec 18, 2024
1 parent 0d18155 commit ba4cf32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Domain_Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@

class Domain_Item extends CommonDBRelation
{
// From CommonDBRelation
// From CommonDBRelation
public static $itemtype_1 = "Domain";
public static $items_id_1 = 'domains_id';

public static $itemtype_2 = 'itemtype';
public static $items_id_2 = 'items_id';

public static $rightname = 'domain';

public static function getTypeName($nb = 0)
{
return _n('Domain item', 'Domain items', $nb);
Expand Down

0 comments on commit ba4cf32

Please sign in to comment.