Home
last modified time | relevance | path

Searched refs:isPendingDeletion (Results 1 – 25 of 38) sorted by relevance

12

/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml36 $found |= !$fact->isPendingDeletion();
42 } elseif ($fact->isPendingDeletion()) {
75 $found |= !$fact->isPendingDeletion();
79 } elseif ($fact->isPendingDeletion()) {
113 $found |= !$fact->isPendingDeletion();
116 } elseif ($fact->isPendingDeletion()) {
166 } elseif ($fact->isPendingDeletion()) {
/webtrees/app/Http/RequestHandlers/
H A DMergeFactsPage.php63 $record1->isPendingDeletion() ||
64 $record2->isPendingDeletion()
81 if (!$fact->isPendingDeletion() && !str_ends_with($fact->tag(), ':CHAN')) {
87 if (!$fact->isPendingDeletion() && !str_ends_with($fact->tag(), ':CHAN')) {
H A DMergeFactsAction.php79 $record1->isPendingDeletion() ||
80 $record2->isPendingDeletion()
100 if (!$record->isPendingDeletion()) {
H A DMergeRecordsAction.php56 $record1->isPendingDeletion() ||
57 $record2->isPendingDeletion()
H A DFixLevel0MediaData.php118 ->filter(static fn (Fact $fact): bool => !$fact->isPendingDeletion() &&
125 if ($fact->target() === $media && !$fact->isPendingDeletion()) {
H A DPendingChangesAcceptRecord.php61 if ($record->isPendingDeletion()) {
H A DDataFixUpdate.php67 if (!$record->isPendingDeletion() && $module->doesRecordNeedUpdate($record, $params)) {
H A DDataFixPreview.php71 if (!$record->isPendingDeletion() && $module->doesRecordNeedUpdate($record, $params)) {
/webtrees/resources/views/
H A Dmedia-page-details.phtml25 …$media_file->isPendingAddition() ? 'wt-new' : '' ?><?= $media_file->isPendingDeletion() ? 'wt-old'…
28 <?php if ($record->canEdit() && !$media_file->isPendingDeletion()) : ?>
H A Dindividual-page-sex.phtml18 if ($fact->isPendingDeletion()) {
H A Drecord-page-pending.phtml17 <?php if ($record->isPendingDeletion()) : ?>
H A Dmedia-page-pending.phtml16 <?php if ($record->isPendingDeletion()) : ?>
H A Dindividual-page-pending.phtml16 <?php if ($record->isPendingDeletion()) : ?>
H A Dnote-page-pending.phtml17 <?php if ($record->isPendingDeletion()) : ?>
H A Dfamily-page-pending.phtml17 <?php if ($record->isPendingDeletion()) : ?>
H A Dindividual-page-name.phtml30 if ($fact->isPendingDeletion()) {
/webtrees/app/
H A DGedcomRecord.php217 public function isPendingDeletion(): bool function in Fisharebest\\Webtrees\\GedcomRecord
277 if ($this->isPendingDeletion()) {
664 $facts = $facts->filter(static fn (Fact $fact): bool => !$fact->isPendingDeletion());
922 if (!$this->isPendingDeletion()) {
H A DFact.php363 if ($this->isPendingDeletion()) {
499 public function isPendingDeletion(): bool function in Fisharebest\\Webtrees\\Fact
560 } elseif ($this->isPendingDeletion()) {
H A DMediaFile.php155 public function isPendingDeletion(): bool function in Fisharebest\\Webtrees\\MediaFile
159 return $fact->isPendingDeletion();
/webtrees/resources/views/modules/media/
H A Dtab.phtml36 } elseif ($fact->isPendingDeletion()) {
/webtrees/resources/views/modules/sources_tab/
H A Dtab.phtml38 } elseif ($fact->isPendingDeletion()) {
/webtrees/resources/views/lists/
H A Drepositories-table.phtml60 …repository->isPendingAddition() ? 'wt-new' : '' ?> <?= $repository->isPendingDeletion() ? 'wt-old'…
H A Dlocations-table.phtml74 …?= $location->isPendingAddition() ? 'wt-new' : '' ?> <?= $location->isPendingDeletion() ? 'wt-old'…
H A Dsubmitters-table.phtml78 … $submitter->isPendingAddition() ? 'wt-new' : '' ?> <?= $submitter->isPendingDeletion() ? 'wt-old'…
/webtrees/resources/views/modules/notes/
H A Dtab.phtml42 } elseif ($fact->isPendingDeletion()) {

12