Fix triggers for updating storage permissions when asset permissions change.
This commit is contained in:
parent
3500b6afc7
commit
ae8ed52647
3 changed files with 6 additions and 4 deletions
|
|
@ -125,7 +125,6 @@ cmp_deeply(
|
|||
my $newRev = $asset->addRevision( { groupIdView => '7' }, time + 8 );
|
||||
WebGUI::Test::addToCleanup( WebGUI::VersionTag->getWorking( $session ) );
|
||||
is( $newRev->getStorageLocation->getFileContentsAsScalar('.wgaccess'), undef, "wgaccess doesn't exist" );
|
||||
note( @{ $newRev->getStorageLocation->getFiles() } );
|
||||
|
||||
############################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue