Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
idatt2106_2022_02
boco-frontend
Commits
f1f2d069
Commit
f1f2d069
authored
2 years ago
by
Håkon Eilertsen Røskaft
Browse files
Options
Downloads
Plain Diff
Merge branch 'SA_fixes4' into 'main'
redirect when button is clicked See merge request
!160
parents
4138b7ca
eb01c829
No related branches found
No related tags found
1 merge request
!160
redirect when button is clicked
Pipeline
#182442
failed with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/UserProfileComponents/RatingComponents/RatingModal.vue
+1
-0
1 addition, 0 deletions
...ts/UserProfileComponents/RatingComponents/RatingModal.vue
with
1 addition
and
0 deletions
src/components/UserProfileComponents/RatingComponents/RatingModal.vue
+
1
−
0
View file @
f1f2d069
...
@@ -195,6 +195,7 @@ export default {
...
@@ -195,6 +195,7 @@ export default {
await
postNewRating
(
ratingInfo
);
await
postNewRating
(
ratingInfo
);
this
.
$emit
(
"
reload
"
);
this
.
$emit
(
"
reload
"
);
this
.
$router
.
go
(
0
);
},
},
},
},
};
};
...
...
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