Home
last modified time | relevance | path

Searched refs:hasPendingEdit (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DReviewChangesModule.php122 if ($tmp_tree->hasPendingEdit() && Auth::isManager($tmp_tree, $user)) {
147 if (Auth::isEditor($tree) && $tree->hasPendingEdit()) {
H A DModuleThemeTrait.php417 if ($tree instanceof Tree && $tree->hasPendingEdit() && Auth::isModerator($tree)) {
/webtrees/tests/app/
H A DTreeTest.php287 self::assertFalse($tree->hasPendingEdit());
291 self::assertTrue($tree->hasPendingEdit());
/webtrees/app/
H A DTree.php341 public function hasPendingEdit(): bool function in Fisharebest\\Webtrees\\Tree