You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application that launches bookmarks/shortcuts M3 programs. This works fine when running in H5.
When I deploy it in Infor OS to get a shortcut in the top meny the bookmarks does not work anymore. Nothing happens when triggering the application service launch function.
Do I need to structure the bookmark URI in a different way or something like that to get it to work?
Description
I have an application that launches bookmarks/shortcuts M3 programs. This works fine when running in H5.
When I deploy it in Infor OS to get a shortcut in the top meny the bookmarks does not work anymore. Nothing happens when triggering the application service launch function.
Do I need to structure the bookmark URI in a different way or something like that to get it to work?
Best regards, Fredrik
Versions
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.13.0",
"@infor-up/m3-odin": "6.0.0",
"@infor-up/m3-odin-angular": "6.0.0",
"ids-enterprise-ng": "^15.2.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.0.4"
}
The text was updated successfully, but these errors were encountered: