Skip to content

Instantly share code, notes, and snippets.

@wujku
Last active November 24, 2022 08:45
Show Gist options
  • Save wujku/f7042253849858ec95b3f8e2d7b09550 to your computer and use it in GitHub Desktop.
Save wujku/f7042253849858ec95b3f8e2d7b09550 to your computer and use it in GitHub Desktop.
Check if object from grid row was already opened as other tab
if (pimcore.globalmanager.exists("object_" + this.getStore().getAt(index).data.id)) {
// Your implementation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment