Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-10-26 12:21:24 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-10-26 12:27:25 +0300
commit51bf404e321042434eb1a6f6d73173f75bf64b55 (patch)
treea1855a66223d7db24bb0e155c0178c79483ff5cf /templates/display
parent64eca89553c0e63ab8666f3743023ae23d1d9fb2 (diff)
Fix #17390 - Create view modal doesn't show on results and empty results
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'templates/display')
-rw-r--r--templates/display/results/table.twig3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/display/results/table.twig b/templates/display/results/table.twig
index c5e1f4bd41..ff587606e6 100644
--- a/templates/display/results/table.twig
+++ b/templates/display/results/table.twig
@@ -302,3 +302,6 @@
{% endif %}
</fieldset>
{% endif %}
+{% if operations is not empty and not operations.has_procedure %}
+{{ include('modals/create_view.twig') }}
+{% endif %}