Bug search

This commit is contained in:
2026-05-16 09:15:21 +02:00
parent 598fee6025
commit 2ed47d698f
5 changed files with 26 additions and 28517 deletions

View File

@@ -24295,6 +24295,8 @@ function eval_pyson(value){
preValidate: Boolean(
screen && (screen.pre_validate ||
(screen.attributes && screen.attributes.pre_validate))),
searchWindow: Boolean(
screen && screen.attributes && screen.attributes.search_window),
hasParentGroup: Boolean(
screen && screen.group && screen.group.parent),
childName: screen && screen.group && screen.group.child_name || null,
@@ -24324,6 +24326,8 @@ function eval_pyson(value){
diagnostics.fallbackReason = 'children_field';
} else if (!diagnostics.agGridLoaded) {
diagnostics.fallbackReason = 'ag_grid_not_loaded';
} else if (diagnostics.searchWindow) {
diagnostics.fallbackReason = 'search_window';
} else if (diagnostics.embeddedContext) {
diagnostics.fallbackReason = 'embedded_relation_tree';
} else if (diagnostics.editable) {
@@ -29785,6 +29789,7 @@ function eval_pyson(value){
views_preload: views_preload,
row_activate: this.activate.bind(this),
readonly: true,
search_window: true,
breadcrumb: [this.title],
});
this.screen.load_next_view().done(() => {