Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
0c7c8372
Commit
0c7c8372
authored
Jun 17, 2020
by
Francesc Guasch
Browse files
refactor(frontend): do not cache list isos
parent
78da0434
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Request.pm
View file @
0c7c8372
...
@@ -585,7 +585,7 @@ sub _new_request {
...
@@ -585,7 +585,7 @@ sub _new_request {
$args
{
args
}
=
encode_json
(
$args
{
args
});
$args
{
args
}
=
encode_json
(
$args
{
args
});
}
}
_init_connector
()
if
!
$CONNECTOR
||
!
$$CONNECTOR
;
_init_connector
()
if
!
$CONNECTOR
||
!
$$CONNECTOR
;
if
(
$args
{
command
}
=~
/^(clone|manage_pools
|list_isos
)$/
if
(
$args
{
command
}
=~
/^(clone|manage_pools)$/
||
$CMD_NO_DUPLICATE
{
$args
{
command
}}
||
$CMD_NO_DUPLICATE
{
$args
{
command
}}
||
(
$no_duplicate
&&
$args
{
command
}
=~
/^(screenshot)$/
))
{
||
(
$no_duplicate
&&
$args
{
command
}
=~
/^(screenshot)$/
))
{
if
(
_duplicated_request
(
undef
,
$args
{
command
},
$args
{
args
})
if
(
_duplicated_request
(
undef
,
$args
{
command
},
$args
{
args
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment