Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fltrail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fides
fltrail
Commits
0f207a53
Commit
0f207a53
authored
6 years ago
by
Axel
Browse files
Options
Downloads
Patches
Plain Diff
minor buff in tasks.js
parent
8114d09a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gemeinsamforschen/src/main/java/unipotsdam/gf/process/phases/PhasesImpl.java
+1
-0
1 addition, 0 deletions
...rc/main/java/unipotsdam/gf/process/phases/PhasesImpl.java
gemeinsamforschen/src/main/webapp/project/js/tasks.js
+2
-1
2 additions, 1 deletion
gemeinsamforschen/src/main/webapp/project/js/tasks.js
with
3 additions
and
1 deletion
gemeinsamforschen/src/main/java/unipotsdam/gf/process/phases/PhasesImpl.java
+
1
−
0
View file @
0f207a53
...
...
@@ -76,6 +76,7 @@ public class PhasesImpl implements IPhases {
switch
(
currentPhase
)
{
case
CourseCreation:
// saving the state
saveState
(
project
,
changeToPhase
);
break
;
case
GroupFormation:
...
...
This diff is collapsed.
Click to expand it.
gemeinsamforschen/src/main/webapp/project/js/tasks.js
+
2
−
1
View file @
0f207a53
...
...
@@ -180,7 +180,8 @@ function closePhase(phase, projectName){
"
Cache-Control
"
:
"
no-cache
"
},
type
:
'
GET
'
,
success
:
function
(
response
)
{
success
:
function
()
{
location
.
reload
();
},
error
:
function
(
a
){
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment