Skip to content

Commit

Permalink
Merge pull request #45 from joffilyfe/fix-update-issue-template
Browse files Browse the repository at this point in the history
Corrige data de atualização para registros do tipo issue
  • Loading branch information
Joffily F authored Jun 11, 2020
2 parents 6c2bbf2 + d685d68 commit 7fc8089
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
install:
- pip install -r requirements.txt
- python setup.py develop
script:
- python setup.py test
4 changes: 2 additions & 2 deletions delorean/templates/issue_db_entry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
% if ctrl_vocabulary is not UNDEFINED and ctrl_vocabulary:
!v085!${ctrl_vocabulary}
% endif
% if created is not UNDEFINED and created:
!v091!${created}
% if updated is not UNDEFINED and updated:
!v091!${updated}
% endif
% if editorial_standard is not UNDEFINED and editorial_standard:
!v117!${editorial_standard}
Expand Down
2 changes: 1 addition & 1 deletion delorean/tests_assets/issue_meta.id
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
!v049!^lpt^cABCD-f36r^tT�cnica
!v065!20100300
!v085!decs
!v091!20100601
!v091!20120802
!v117!vancouv
!v122!16
!v130!ABCD. Arquivos Brasileiros de Cirurgia Digestiva (S�o Paulo)
Expand Down
2 changes: 1 addition & 1 deletion delorean/tests_assets/issue_spe_meta.id
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
!v049!^lpt^cABCD-f36r^tT�cnica
!v065!20100300
!v085!decs
!v091!20100601
!v091!20120802
!v117!vancouv
!v122!16
!v130!ABCD. Arquivos Brasileiros de Cirurgia Digestiva (S�o Paulo)
Expand Down

0 comments on commit 7fc8089

Please sign in to comment.