Skip to content

Commit 948d8c6

Browse files
committed
* Issue #249 TaskRepository: move the JQL Query-String to Entity as Prepared Statement
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown * Issue #235 Project/Root: Task Edit Form -> change Project via DropDown * Issue #236 Project/id: Task Edit Form -> change Project via DropDown
1 parent 9cbd6ab commit 948d8c6

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

.idea/compiler.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ function composeDown() {
1212

1313
function firstSetup() {
1414
export JAVA_OPTS=$JAVA_OPTS_RUN_DEFAULT
15-
showSettings
15+
# showSettings
1616
./mvnw dependency:purge-local-repository
1717
./mvnw -e -DskipTests=true clean dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree
1818
./mvnw -e -DskipTests=true clean package spring-boot:repackage site
1919
}
2020

2121
function setupTravis() {
2222
export JAVA_OPTS=$JAVA_OPTS_RUN_DEFAULT
23-
showSettings
23+
# showSettings
2424
./mvnw -e -DskipTests=true -B -V install -Dmaven.javadoc.skip=true && \
2525
./mvnw -e -DskipTests=true -B -V dependency:purge-local-repository && \
2626
./mvnw -e -DskipTests=true -B -V clean && \

src/site/uml/SimpleWorklist.mdzip.bak

-319 KB
Binary file not shown.

0 commit comments

Comments
 (0)