forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correção no nome do hook do registrationMetadata * Criado hooks para a tab na tela de acompanhamento da inscrição * Implementa possibilidade de definir mascaras em inputs do entity-field * Ajusta prop mask no componente entity-field * Implementa contante global mcTabActive para guadar a aba que o mc-tab está selecionada * Criado novos hooks para adicionar a timeline do acompanhamento de inscrição * Implementa getter lastPhase() para as inscrições, possibilitando recuperar a entidade da inscrição na ultima fase * Corrige remoção de abas do componente mc-tabs * Refatora script start.sh e middleware ExecutionTime para fornecer um log mais limpo para o desenvolvedor * Ajusta erro na modal do image-uploader (Ref.: mapasculturais#3194) * Remove console log (Ref.: mapasculturais#3194) * habilita hooks entity insert --------- Co-authored-by: israelmelo <[email protected]> Co-authored-by: erleibiazzio <[email protected]> Co-authored-by: Rafael Chaves Freitas <[email protected]> Co-authored-by: Raul Vitor Lucena Brito <[email protected]> Co-authored-by: Victor Magalhaes <[email protected]> Co-authored-by: Fábio Naconeczny da Silva <[email protected]>
- Loading branch information
1 parent
3330b06
commit 2d3b0cd
Showing
12 changed files
with
48 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
php -S 0.0.0.0:80 -t /var/www/html /var/www/dev/router.php | ||
php -S 0.0.0.0:80 -q -t /var/www/html /var/www/dev/router.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters