Skip to content
Snippets Groups Projects
Commit b920a3e3 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Merge branch 'release_v1.8.1'

parents f492348f 2ea18fb4
Branches
Tags
No related merge requests found
Pipeline #18467 failed
......@@ -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.8.1 - 2018-11-13
### Changed
- Fixed bug in id2str with inexistent convert function
## 1.8.0 - 2018-11-13
### Added
- Add financial route
......@@ -23,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove filters in transport route
## 1.6.1 - 2018-08-23
# Changed
### Changed
- Fix return json name in transport route
## 1.6.0 - 2018-08-17
......
......@@ -31,7 +31,7 @@ const useTransportPublic = require(`${libs}/convert/booleanVariable`);
const transportationManager = require(`${libs}/convert/transportationManager`);
const specialClass = require(`${libs}/convert/booleanVariable`);
const integralTime = require(`${libs}/convert/integralTime`);
const educationLevelSchoolYear = require(`${libs}/convert/educationLevelSchoolYear`);
// const educationLevelSchoolYear = require(`${libs}/convert/educationLevelSchoolYear`);
const ids = {
gender_id: gender,
......@@ -74,7 +74,7 @@ const ids = {
use_transport_public_id: useTransportPublic,
transportation_manager_id: transportationManager,
special_class_id: specialClass,
education_level_school_year_id: educationLevelSchoolYear,
// education_level_school_year_id: educationLevelSchoolYear,
};
function transform(removeId=false) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment