FIX: activar busqueda cuando tiene query definido
This commit is contained in:
@ -316,8 +316,10 @@
|
||||
$('#tipo').dropdown().dropdown('set selected', '*')
|
||||
@if (trim($post) !== '')
|
||||
$("[name='query']").val('{!! $post !!}')
|
||||
this.get().results()
|
||||
@elseif (trim($query) !== '')
|
||||
$("[name='query']").val('{!! $query !!}')
|
||||
this.get().results()
|
||||
@endif
|
||||
@if (trim($tipo) !== '')
|
||||
$('#tipo').dropdown('set selected', '{{$tipo}}')
|
||||
|
@ -25,7 +25,7 @@ services:
|
||||
<<: *restart
|
||||
env_file:
|
||||
- ${APP_PATH:-.}/.env
|
||||
- ${APP_PATH:-.}/.db.env
|
||||
# - ${APP_PATH:-.}/.db.env
|
||||
- ./.key.env
|
||||
#- ${APP_PATH:-.}/.remote.env
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user