We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28870b0 commit a87ae53Copy full SHA for a87ae53
1 file changed
kratos.gid/apps/DEM/xml/material_relations/material_relations_window.tcl
@@ -52,7 +52,7 @@ proc DEM::xml::ShowMaterialRelationWindow { } {
52
if {[dict exists $relations $ref_mat_name]} {
53
if {$check_mat_name in [dict get $relations $ref_mat_name]} {set exists 1}
54
}
55
- if {$exists} {lappend row V} {lappend row O}
+ if {$exists} {lappend row OK} {lappend row MISSING}
56
57
$table insert "" end -id $ref_mat_name -text $ref_mat_name -values $row
58
0 commit comments