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

Compilation With Mendix Studio Pro 9 #7

Open
debasaran opened this issue Jul 16, 2021 · 5 comments
Open

Compilation With Mendix Studio Pro 9 #7

debasaran opened this issue Jul 16, 2021 · 5 comments

Comments

@debasaran
Copy link

Greetings,

Are there any future plans for updating the module for Mendix Studio Pro 9 version?

@anthonydickinson
Copy link

anthonydickinson commented Aug 3, 2021

@Erwin-t-Hoen : can you update the OAuthCallback.java and replace
Core.execute(....
with
Object result = Core.microflowCall(actionName).withParams(params).execute(context);

so it is compatible with Mx9?

Tried to update the code on GH, but it is outdated...

@debasaran
Copy link
Author

debasaran commented Aug 3, 2021 via email

@anthonydickinson
Copy link

anthonydickinson commented Aug 4, 2021

Hi @debasaran,

You should replace it twice like this. I just commented the original line out and added the fix in the next line.

			//Object result = Core.execute(context, actionName, params);
			Object result = Core.microflowCall(actionName).withParams(params).execute(context);

@bdebasaran
Copy link

Greetings Anthony,
After implementing your suggestion and commenting out the 9 in file JS_SSOLogout.js( the line where you import react-native-webview via "import { WebView as RNWebView" } from "react-native-webview"; ), the project was up and running. Thanks for your help!

@ArthurvdMolen
Copy link

I hope @Erwin-t-Hoen will find some time to upgrade to 9.x for new projects module is not so usefull

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

No branches or pull requests

4 participants