Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
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
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Merge requests
!266
Project 'leximpact/echeancier-classification' was moved to 'leximpact/barometre-application-lois/echeancier-data'. Please update any links and bookmarks that may still have the old path.
Upgrade packages & caculate dates from years
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Upgrade packages & caculate dates from years
upgrade
into
master
Overview
0
Commits
7
Pipelines
1
Changes
1
Merged
Emmanuel Raviart
requested to merge
upgrade
into
master
10 months ago
Overview
0
Commits
7
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
eac9387f
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eac9387f
Remove log message
· eac9387f
Emmanuel Raviart
authored
10 months ago
src/routes/+layout.svelte
+
0
−
1
View file @ eac9387f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -141,7 +141,6 @@
setContext
(
"
date
"
,
date
)
const
budgetDate
=
writable
(
`
${
$yearPLF
}
-01-01`
)
setContext
(
"
budgetDate
"
,
budgetDate
)
$
:
console
.
log
(
$year
,
$yearPLF
,
$date
,
$budgetDate
)
const
decompositionByName
=
writable
(
// Note: We always use the reform decomposition, because it is more
Loading