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

[Task IAC-807] Enable Collecting Hints from vRO and Local Actions / Modules #143

Closed
wants to merge 1 commit into from

Conversation

akantchev
Copy link
Contributor

Description

When trying to invoke hinting for module System.getModule("module.path") or Class.load("class.path") it does not fetch the actions from the configured vRO instance and does not show any hints methods / actions for the module.

Checklist

  • Lint and unit tests pass locally with my changes
  • I have tested against live vRO/vRA, if applicable
  • My changes have a descriptive commit message with a short title, including a Fixed #XXX - or Closed #XXX - prefix to auto-close the issue

Testing

Open a java script action and try to write

System.getModule("com.module.path.").

or

Class.load("com.module.path.").

It should be possible to fetch a list of modules (within the string literal) and actions / methods in the instance, that are displayed as lists. The class path can be either local or stored as an action in vRO.

Release Notes

  • Enable hinting on vRO and locally loaded modules / actions.

@akantchev akantchev requested a review from a team as a code owner February 16, 2024 11:54
@akantchev akantchev changed the title [Task (IAC-807] Enable Collecting Hints from vRO and Local Actions / Modules [Task IAC-807] Enable Collecting Hints from vRO and Local Actions / Modules Feb 16, 2024
@akantchev akantchev marked this pull request as draft April 10, 2024 12:59
@VenelinBakalov
Copy link
Collaborator

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

Successfully merging this pull request may close these issues.

2 participants