We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
since Commit https://github.com/OneIdentity/IdentityManager.Imx/pull/202/files#diff-2b596a45c693c6e7ff31411b1dce2e5fdc6777ecc10eefb372b1804f32f77a81 from 19 November there is a change in imxweb/projects/qer/src/lib/itshopapprove/workflow-action/workflow-single-action/workflow-single-action.component.ts with a new Call Line: const entityWrapper = await this.approvalService.getExtendedEntity(this.request.key);
this makes a new GET to the API Service like this: https://{Servername}/portal/itshop/approve/requests/interactive/{UID...}
we have QER.CompositionApi.Server.PlugIn.dll with Version : 9.2.401.4123 and this do not have this requests/interactive endpoint.
is there an new Version of the DLL available or is there another issue?
Unfortunately, support (Case: #02628444) forwarded me to create a GitHub issue :-(
Best Regards Bertram
The text was updated successfully, but these errors were encountered:
Errormessage:
Sorry, something went wrong.
No branches or pull requests
Hello,
since Commit
https://github.com/OneIdentity/IdentityManager.Imx/pull/202/files#diff-2b596a45c693c6e7ff31411b1dce2e5fdc6777ecc10eefb372b1804f32f77a81
from 19 November there is a change in
imxweb/projects/qer/src/lib/itshopapprove/workflow-action/workflow-single-action/workflow-single-action.component.ts
with a new Call
Line: const entityWrapper = await this.approvalService.getExtendedEntity(this.request.key);
this makes a new GET to the API Service like this:
https://{Servername}/portal/itshop/approve/requests/interactive/{UID...}
we have QER.CompositionApi.Server.PlugIn.dll with Version : 9.2.401.4123 and this do not have this requests/interactive endpoint.
is there an new Version of the DLL available or is there another issue?
Unfortunately, support (Case: #02628444) forwarded me to create a GitHub issue :-(
Best Regards
Bertram
The text was updated successfully, but these errors were encountered: