/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 36 $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 D | MergeFactsPage.php | 63 $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 D | MergeFactsAction.php | 79 $record1->isPendingDeletion() || 80 $record2->isPendingDeletion() 100 if (!$record->isPendingDeletion()) {
|
H A D | MergeRecordsAction.php | 56 $record1->isPendingDeletion() || 57 $record2->isPendingDeletion()
|
H A D | FixLevel0MediaData.php | 118 ->filter(static fn (Fact $fact): bool => !$fact->isPendingDeletion() && 125 if ($fact->target() === $media && !$fact->isPendingDeletion()) {
|
H A D | PendingChangesAcceptRecord.php | 61 if ($record->isPendingDeletion()) {
|
H A D | DataFixUpdate.php | 67 if (!$record->isPendingDeletion() && $module->doesRecordNeedUpdate($record, $params)) {
|
H A D | DataFixPreview.php | 71 if (!$record->isPendingDeletion() && $module->doesRecordNeedUpdate($record, $params)) {
|
/webtrees/resources/views/ |
H A D | media-page-details.phtml | 25 …$media_file->isPendingAddition() ? 'wt-new' : '' ?><?= $media_file->isPendingDeletion() ? 'wt-old'… 28 <?php if ($record->canEdit() && !$media_file->isPendingDeletion()) : ?>
|
H A D | individual-page-sex.phtml | 18 if ($fact->isPendingDeletion()) {
|
H A D | record-page-pending.phtml | 17 <?php if ($record->isPendingDeletion()) : ?>
|
H A D | media-page-pending.phtml | 16 <?php if ($record->isPendingDeletion()) : ?>
|
H A D | individual-page-pending.phtml | 16 <?php if ($record->isPendingDeletion()) : ?>
|
H A D | note-page-pending.phtml | 17 <?php if ($record->isPendingDeletion()) : ?>
|
H A D | family-page-pending.phtml | 17 <?php if ($record->isPendingDeletion()) : ?>
|
H A D | individual-page-name.phtml | 30 if ($fact->isPendingDeletion()) {
|
/webtrees/app/ |
H A D | GedcomRecord.php | 217 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 D | Fact.php | 363 if ($this->isPendingDeletion()) { 499 public function isPendingDeletion(): bool function in Fisharebest\\Webtrees\\Fact 560 } elseif ($this->isPendingDeletion()) {
|
H A D | MediaFile.php | 155 public function isPendingDeletion(): bool function in Fisharebest\\Webtrees\\MediaFile 159 return $fact->isPendingDeletion();
|
/webtrees/resources/views/modules/media/ |
H A D | tab.phtml | 36 } elseif ($fact->isPendingDeletion()) {
|
/webtrees/resources/views/modules/sources_tab/ |
H A D | tab.phtml | 38 } elseif ($fact->isPendingDeletion()) {
|
/webtrees/resources/views/lists/ |
H A D | repositories-table.phtml | 60 …repository->isPendingAddition() ? 'wt-new' : '' ?> <?= $repository->isPendingDeletion() ? 'wt-old'…
|
H A D | locations-table.phtml | 74 …?= $location->isPendingAddition() ? 'wt-new' : '' ?> <?= $location->isPendingDeletion() ? 'wt-old'…
|
H A D | submitters-table.phtml | 78 … $submitter->isPendingAddition() ? 'wt-new' : '' ?> <?= $submitter->isPendingDeletion() ? 'wt-old'…
|
/webtrees/resources/views/modules/notes/ |
H A D | tab.phtml | 42 } elseif ($fact->isPendingDeletion()) {
|