From 8293ba1482716a04bca5672488999f1062be9f6a Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 26 Sep 2023 12:04:49 +0200 Subject: [PATCH] fix: JavaScript int literal overflow (#1422) * Update directory_table_list.html * Update CHANGELOG.rst * Update directory_thumbnail_list.html --- CHANGELOG.rst | 1 + filer/templates/admin/filer/folder/directory_table_list.html | 4 ++-- .../admin/filer/folder/directory_thumbnail_list.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d6d268a0..5c04d5953 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ CHANGELOG unreleased ========== +* Fixed two more instances of javascript int overflow issue (#1335) * fix: ensure uniqueness of icon admin url names 3.0.6 (2023-09-08) diff --git a/filer/templates/admin/filer/folder/directory_table_list.html b/filer/templates/admin/filer/folder/directory_table_list.html index 138d28937..c1eb72f7e 100644 --- a/filer/templates/admin/filer/folder/directory_table_list.html +++ b/filer/templates/admin/filer/folder/directory_table_list.html @@ -100,7 +100,7 @@ {% if is_popup and filer_admin_context.pick_file %} - {% elif has_change_permission %} {% if is_popup and filer_admin_context.pick_file %} - {% elif has_change_permission %}