mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Add basic assignee autocompleter (#9940)
* Add basic assignee autocompleter * Add basic principal store * Improve Principal typing, working principal adding in resource table * Small improvements to comments * Simpler handling * Better add button * Add assignee remove button * Basic spec * Working team planner assignee spec * Spec is a little better * Fixed work package loading and specs * Fix linting issues * Fix linting issues * Fix spec * Remove @ts-ignore usage Co-authored-by: Oliver Günther <mail@oliverguenther.de> Co-authored-by: Oliver Günther <mail@oliverguenther.de>
This commit is contained in:
@@ -167,6 +167,7 @@ services:
|
||||
- "opdata:/var/openproject/assets"
|
||||
- "bundle:/usr/local/bundle"
|
||||
- "tmp-test:/home/dev/openproject/tmp"
|
||||
- "./tmp/capybara:/home/dev/openproject/tmp/capybara"
|
||||
|
||||
# https://vitobotta.com/2019/09/04/rails-parallel-system-tests-selenium-docker/
|
||||
selenium-hub:
|
||||
|
||||
Reference in New Issue
Block a user