fix: view.cfm empty elements_json check + modal instead of new tab (v1.0.72)

This commit is contained in:
2026-06-20 10:02:09 +04:00
parent 8cd40e3248
commit 2b01109a0c
2 changed files with 21 additions and 2 deletions
+4
View File
@@ -16,6 +16,10 @@
<cfoutput>not found</cfoutput><cfabort>
</cfif>
<cfif NOT len(doc.elements_json)>
<cfoutput>(ещё не распарсен — нажмите Парсинг)</cfoutput><cfabort>
</cfif>
<cfset elements = deserializeJSON(doc.elements_json)>
<cfset count = 0>
<cfset outLines = []>