mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Expanded rights to also manage actions instead of just a cruds
This commit is contained in:
		@@ -59,7 +59,7 @@ class RightRepositoryIntegrationTest extends KernelTestCase
 | 
			
		||||
        $this->right = new Right();
 | 
			
		||||
        $this->right->setPriority(self::PRIORITY);
 | 
			
		||||
        $this->right->setLayer(LayerType::SOURCE);
 | 
			
		||||
        $this->right->setCrud(CRUDType::READ);
 | 
			
		||||
        $this->right->setActionType(CRUDType::READ);
 | 
			
		||||
        $this->law = new Law();
 | 
			
		||||
        $this->entityManager->persist($this->law);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user