Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Undefined properties accessed when using the extension in APEX 22.2 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HeLau1337
Copy link

@HeLau1337 HeLau1337 commented Mar 2, 2023

I fixed a bug where the APEX Pro extension tried to access undefined properties of the Page Designer in APEX 22.2.

In APEX 22.2 the properties pe.PROP.USER_INTERFACE and pe.getAll().sharedComponents.userInterfaces don't seem to exist anymore. I figured out that pe.getAll().sharedComponents.userInterface now provides the necessary information instead.

Resolves #24, resolves #25.

I'm sorry about the whitespace changes in the diff view btw. My IDE removed the "dead" whitespace automatically on save. Let me know if it bothers you too much.

@HeLau1337 HeLau1337 changed the title Bugfix for insum-labs/insum-apex-pro#25: Undefined properties accessed when using the extension in APEX 22.2 Bugfix: Undefined properties accessed when using the extension in APEX 22.2 Mar 2, 2023
@HeLau1337
Copy link
Author

Hey @bjshumway, could you review this, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant