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