TopLogic - the automated application engine
  • Releases
  • Dokumentation
  • Github
  • Discord
  1. Home
  2. Releases
  3. TL_7.7.0
  4. #17126

7.7.0
TopLogic Release

2023-11-21

Enhancement

Major
#17126
"Next / Previous" buttons in dialogs for row objects of tables
#25835
Formulareditor: Option zum Weglassen von Labels
#26429
Alternative representation for embedded objects in the form
#27271
Commands on objects embedded in the form
#27477
Transient objects / setting and display forms
#27589
TL-Script Console
#27602
Admin view for log entries
#27606
OpenAPI: Request-Body with Content-Type multipart/form-data and application/x-www-form-urlencoded
#27607
TLScript: PDF generation
Detail
#26669
Kafka Producer and Consumer should check if a topic exists before trying to use it
#27219
Layout Editor: Form with Fixed Form Template
#27527
Allow to disable SafeHTML
#27584
TL-Script: Internationalization for Structured Texts
#27604
Tree-Grid: Dynamischen Typ in Kommando "Neue Zeile"
#27608
TLScript: Base64-Encode/Decode
#27632
Git: Consistent line breaks
#27637
Tooltips for enum values
#27639
Layout-Editor: Lock-Strategie bei Formularen konfigurieren
#27651
TL-Script API: Self-Parameter entfernen

Bugfix

Detail
#27301
Eine Formulargruppe in einem Dialog wird nie mit mehr als 2 Spalten angezeigt
#27469
In the filter sidebar of tables, the relational operator cannot be changed.
#27496
TL-Sync: Exceptions on send or receive should always return attribute name and value
#27542
Auswahl-Filter reagieren nicht auf Klick auf das Label
#27577
Import of an exported model type not always possible
#27580
Environment variables are not displayed for non-administrators
#27585
GUI inspector on table cells uses wrong column
#27592
Unexpected value for unset tl.model.i18n:I18NHtml attributes.
#27599
Instance editor: display error when editing compositions
#27610
Export model as PDF" command does not export tables with
#27617
Scroll position in Tree-Grid after action "expand all" is undefined
#27620
Theme Editor: Override abstract variable returns abstract variable
#27642
I18NStructuredText field does not evaluate mandatory
#27643
TLScript: Unexpected result of the Contains check for sets of numbers
#27646
Display of values of the type "internationalized character string" incorrect
#27647
Tooltips for burger menus hide the icons
#27648
TL script functions for external APIs do not take the parameter type into account
Enhancement

Major

#17126

"Next / Previous" buttons in dialogs for row objects of tables

DialogSelectionTableComponent

A detail dialog for a table should be able to jump to the next/previous row object without having to close the dialog and reopen it for the new row object.

The table should mark the opened row in the background, so that you can see (even after closing the dialog) how far you have come.

Solution

The functionality can be configured trivially in every detail dialog (which was configured especially for a table) via TL-Script-Buttons:

e.g. button "Next":

  • Takes as input the combination of table rows and form model.
  • Calculates the index of the form model in the list of rows.
  • Sets the model (and optionally the table selection) to the table row with index + 1.
  • Grays out if the index == number of rows - 1.

Two appropriately configured handlers "Next"/"Back" have been added to the template for "Tables with edit dialogs". In existing tables, the functionality can be retrofitted according to the above scheme.

Test

  • /com.top_logic.demo/src/test/java/test/com/top_logic/demo/scripted/layout/inapp/templates/TestTableDialogNavigation.script.xml
  • Get Started
  • Github
  • Discord
  • Das Unternehmen hinter TopLogic
  • Softwareentwicklung heute
  • Kontakt

© Copyright – Business Operation Systems GmbH

  • top-logic.com
  • Nutzungsbedingungen
  • Impressum
  • Rechtlicher Hinweis
  • Datenschutz
  • DE
  • Login