druggedhippo

Results 3 issues of druggedhippo

EDDI currently uses whatever built in Windows TTS system is installed. Unfortunately, the built in Windows TTS are not particularly good. This feature request is to ask for a better...

9. enhancement

Work package update_form is not implemented properly. https://www.openproject.org/docs/api/endpoints/work-packages/#work-package-edit-form L#62 in `pyopenproject/business/services/work_package_service_impl.py` `return UpdateForm(self.connection)` Should be `return UpdateForm(self.connection, work_package).execute()` And` pyopenproject/business/services/command/work_package/update_form.py` needs the post request modified ` json_obj = PostRequest(connection=self.connection, headers={"Content-Type":...

### Issue Subdirectory installations of OpenProject cause issues in some commands when the API generates links that contain relative URLs https://www.openproject.org/docs/installation-and-operations/installation/docker/#2-location-subdirectory ### Example Host: `www.host.com` Subdirectory: `op` **Full base URL**...