The checkout pill in the module toolbar displays the current branch or version name. Clicking the pill opens a menu where Creators can switch to any branch or version and access versioning actions.
Checkout Pill Menu
Clicking the checkout pill opens a menu listing all branches and published versions for the application.
- Branches display flat, in alphabetical order.
- Published versions display in a collapsible group below the branch list.
- Search filters branches and versions together. Matching ancestors expand automatically so results are always reachable.
Selecting a branch or version from the menu switches the working context immediately.
Drop-Down Actions
The following actions display at the bottom of the menu:
| Action | Description |
|---|---|
| Opens the merge workflow. See Merging Branches. | |
| Opens the Manage Versions dialog. | |
| Opens the Manage Dependencies dialog. See Application Dependencies. |
Manage Versions Dialog
The Manage Versions dialog is the central place for managing branches and published versions. Open it by selecting Manage Versions in the menu.
The dialog displays a tree of published versions with their branches nested beneath. Each branch's commit history displays inline under the branch row. One search field narrows the entire tree; matching entries expand automatically. Versions sort by semantic version number, with v1.10.0 sorting above v1.9.0.
Version Row Actions
Each published version row provides the following actions from its (ellipsis):
| Action | Description |
|---|---|
| Switches the working context to this version. Disabled on the version currently in context. | |
| Opens the Create Branch dialog pre-seeded with this version as the source. Requires create permission. See Creating Branches. | |
| Opens the merge workflow with this version as the source. See Merging Branches. | |
| Sets this version as the default. Only available on versions that are not already the default. Requires update permission. See Default Version. |
Branch Row Actions
Each branch row displays the branch name and a Current badge if it is the active working branch. The following actions are available from its (ellipsis):
| Action | Description |
|---|---|
| Switches the working context to this branch. Not available on the current branch. | |
| Opens the Create Branch dialog pre-seeded with this branch as the source. Requires create permission. See Creating Branches. | |
| Opens the merge workflow with this branch as the source. See Merging Branches. | |
| Publishes this branch as a new version. Only available on unpublished branches. Requires create permission. See Publishing Branches. | |
| Expands the commit history inline beneath the branch row. Selecting it again collapses the history. See Branch History. | |
| Permanently deletes the branch. Requires delete permission. See Deleting Branches. |
Changelog
| Date | Change |
|---|---|
| 2026-08-26 | Restored from orphaned EN-8049 commits; updated links to renamed articles (publishing-branches, deleting-branches). |
| 2026-08-24 | Updated menu actions order, icons, and branch/version row actions to match current UI. |
| 2026-08-24 | Rewritten for the rebuilt versioning experience (UQE-17417). Drawer replaced by checkout pill menu and Manage Versions dialog. |
| 2026-08-12 | Removed the Compare row actions. |
| 2026-07-15 | Initial publication. |