-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding "OpenProject" as a new Custom Service. #680
Conversation
* Added new const function "findProjectByLabel". * When trying to get the correct MOCO project, findProjectByLabel() is now used to identify the correct (internal) project, too. * Increased width of label boxes in browser extension settings for service host overrides.
Thanks for your PR @Bernhard-Krop. |
I've answered to each of your comments, @manubo. I left one question and am working on the others. |
* * Remote service "openproject" is now using "projectLabel" instead of "projectId". * Added missing default host URL to remote service "openproject".
@manubo , I've implemented the new property |
Thanks @Bernhard-Krop. I have answered regarding the width. We can keep it simple and just increase it to 80px. I have attached screenshots here and it looks fine with 80px, do you agree? |
@manubo , it seems like there is a bug in one of the two browsers (see my message in your comment). This should be investigated, but I won't have much time starting tomorrow for 1-2 weeks. Either we wait until I have time to fix it, or we keep it 100px now and fix it later. |
@Bernhard-Krop This PR has been released in Version 2.3.0. It's already available for Firefox, Chrome will follow. |
Hi there!
As the title says, I've added "OpenProject" as a new custom service. I tested it well and everything works fine. The details are described in the Git commit message and should be reviewed.
Kind regards,
Bernhard