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
Harbor 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
simcaq
simcaq-node
Commits
9d5adb86
Commit
9d5adb86
authored
5 years ago
by
Fernando Erd
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/v1.12.6'
parents
4ee1504a
d581fe41
No related branches found
No related tags found
1 merge request
!250
[v1.12.6]Text fix
Pipeline
#23023
failed
5 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/libs/convert/educationType.js
+3
-3
3 additions, 3 deletions
src/libs/convert/educationType.js
with
4 additions
and
3 deletions
CHANGELOG.md
+
1
−
0
View file @
9d5adb86
...
...
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.12.6 - 2020-02-02
## Changed
-
Fix teacher education mod dimension
-
Fix text
## 1.12.5 - 2020-01-27
## Changed
...
...
This diff is collapsed.
Click to expand it.
src/libs/convert/educationType.js
+
3
−
3
View file @
9d5adb86
...
...
@@ -27,13 +27,13 @@ module.exports = function educationType(id) {
case
3
:
return
'
Ensino Médio
'
;
case
4
:
return
'
Ensino M
e
dio na modalidade normal
'
;
return
'
Ensino M
é
dio na modalidade normal
'
;
case
5
:
return
'
Superior bacharelado ou tecnólogo
'
;
case
6
:
return
'
Superior licenciatura ou complementação pedagógica
'
;
case
7
:
return
'
Especializa
ca
o com bacharelado ou tecnólogo
'
;
return
'
Especializa
çã
o com bacharelado ou tecnólogo
'
;
case
8
:
return
'
Especialização com licenciatura
'
;
case
9
:
...
...
@@ -41,7 +41,7 @@ module.exports = function educationType(id) {
case
10
:
return
'
Mestrado com licenciatura
'
;
case
11
:
return
'
Doutorado
com bacharelado ou tecnólogo
'
;
return
'
Doutorado com bacharelado ou tecnólogo
'
;
case
12
:
return
'
Doutorado com licenciatura
'
;
default
:
...
...
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