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

Wrong variable passed in extraxt-extension.js file Line:75 #44

Open
kethansai opened this issue Jun 10, 2022 · 0 comments
Open

Wrong variable passed in extraxt-extension.js file Line:75 #44

kethansai opened this issue Jun 10, 2022 · 0 comments

Comments

@kethansai
Copy link

We are using extension configuration starter kit this kit working on basis of bullhorn cli, using this kit we deploy all extensions to bullhorn rest API, in that kit there is one file extension.json, in that file for field interactions if multiple interactions in same entity we can use ** to deploy all interactions no need to specify every interaction path, same way in page Interactions should be do, but it's not working like that, we need to give specify path then only it was working, this is not required functionality. The mistake happened in the Bullhorn cli they passed wrong variable in extract-extension.js in Line no:75
let interactionConfig = require(path.join(process.cwd(), interaction)).default;
This should be Like this
let interactionConfig = require(path.join(process.cwd(), file)).default;

they passed wrong variable it's not interaction it should be file variable, we tested it by changing locally it worked fine.

Thank you
Kethan Vemuri
[email protected]

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

1 participant