Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
4169b58e
Commit
4169b58e
authored
Oct 19, 2023
by
Toufic Batache
Browse files
Options
Downloads
Patches
Plain Diff
Fix mobile "law" tab doesn't work when in budget impacts
parent
38f33d6e
No related branches found
No related tags found
No related merge requests found
Pipeline
#11888
passed
Oct 19, 2023
Status:
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/urls.ts
+0
-2
0 additions, 2 deletions
src/lib/urls.ts
with
0 additions
and
2 deletions
src/lib/urls.ts
+
0
−
2
View file @
4169b58e
...
...
@@ -16,14 +16,12 @@ export function newSimulationUrl(displayMode: DisplayMode): string {
const
parametersQuery
:
URLSearchParams
=
new
URLSearchParams
()
if
(
displayMode
.
budget
)
{
parametersQuery
.
append
(
"
budget
"
,
"
true
"
)
delete
displayMode
.
mobileLaw
}
if
(
displayMode
.
edit
!==
undefined
)
{
parametersQuery
.
append
(
"
edit
"
,
displayMode
.
edit
.
toString
())
}
if
(
displayMode
.
mobileLaw
)
{
parametersQuery
.
append
(
"
law
"
,
"
true
"
)
delete
displayMode
.
budget
}
if
(
displayMode
.
testCasesIndex
!==
undefined
&&
...
...
...
...
This diff is collapsed.
Click to expand it.
Toufic Batache
@toufic
mentioned in merge request
!190 (merged)
·
Oct 19, 2023
mentioned in merge request
!190 (merged)
mentioned in merge request !190
Toggle commit list
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