nom de la variable XML
This commit is contained in:
parent
8c55d902c0
commit
af10bce94c
@ -388,7 +388,7 @@ class Flux_Editor(QDialog, EDITOR_CLASS):
|
||||
self.tableWidget.setColumnCount(5)
|
||||
i = 0
|
||||
for value in list_schema:
|
||||
metadata = value[2]
|
||||
MetadataXML = value[2]
|
||||
if dbtype == sigdb:
|
||||
type_val = str(value[0])[1:3]
|
||||
schema_name = str(value[0])[4:]
|
||||
@ -455,7 +455,7 @@ class Flux_Editor(QDialog, EDITOR_CLASS):
|
||||
# Coloration des lignes selon les droits d'accès
|
||||
if (str(value[0]) + '.' + str(value[1])) in GrandUser: # L'utilisateur a les droits
|
||||
for j in range(self.tableWidget.columnCount()):
|
||||
self.tableWidget.item(i, j).setToolTip(metadata)
|
||||
self.tableWidget.item(i, j).setToolTip(MetadataXML)
|
||||
else:
|
||||
# Coloration en violet si droits insuffisants
|
||||
for j in range(self.tableWidget.columnCount()):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user