Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
simcaq
simcaq-node
Commits
4473ecb6
Commit
4473ecb6
authored
5 years ago
by
Fernando Erd
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/v1.12.1'
parents
dbe4c844
076fa22c
No related branches found
No related tags found
1 merge request
!243
[v1.12.1]Added categories
Pipeline
#22445
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
src/libs/convert/upperAdmDependency.js
+4
-0
4 additions, 0 deletions
src/libs/convert/upperAdmDependency.js
with
8 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
4473ecb6
...
...
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
## 1.12.1 - 2019-12-12
## Changed
-
Added categories to adm dependency
## 1.12.0 - 2019-11-25
## Changed
-
Add teacher count to classroom_count route
...
...
This diff is collapsed.
Click to expand it.
src/libs/convert/upperAdmDependency.js
+
4
−
0
View file @
4473ecb6
...
...
@@ -34,6 +34,10 @@ module.exports = function upperAdmDependency(id) {
return
'
Privada confessional
'
;
case
7
:
return
'
Especial
'
;
case
8
:
return
'
Privada comunitária
'
;
case
9
:
return
'
Privada - Particular em sentido estrito
'
;
default
:
return
'
Não classificada
'
;
}
...
...
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