Skip to content
Snippets Groups Projects

Issue #3366527: Differentiate pending/old revisions and default translations

Merged Issue #3366527: Differentiate pending/old revisions and default translations
1 unresolved thread
1 unresolved thread

Merge request reports

Approval is optional

Merged by Marcos CanoMarcos Cano 6 months ago (Nov 28, 2024 8:34am UTC)

Merge details

  • Changes merged into with 2de30642.
  • Did not delete the source branch.

Pipeline #353606 failed

Pipeline failed for 2de30642 on 8.x-2.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
193 217 $entity_types = $this->entityTypeManager->getDefinitions();
194 218 $languages = $this->languageManager()->getLanguages(LanguageInterface::STATE_ALL);
195 219 $all_usages = $this->entityUsage->listSources($entity);
220
221 $revision_groups = [
222 static::REVISION_DEFAULT => $this->t("Default"),
223 static::REVISION_PENDING => $this->t("Pending revision(s)"),
  • Andy Fowlston added 3 commits

    added 3 commits

    • 445a8be9 - Fix PHP warning on list controller
    • 3900806c - (minor) Clean up phpcs failures
    • 6bfb4d58 - Rename 'Pending revision(s)' for better UX

    Compare with previous version

  • Alex Pott added 17 commits

    added 17 commits

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading