mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-05-10 23:26:04 +02:00
@ -107,7 +107,7 @@ def parseSchema(schema_df):
|
||||
else:
|
||||
controlled_vocab = False
|
||||
|
||||
if "mandatory?" in df.columns and row["mandatory?"] == "MANDATORY":
|
||||
if "mandatory?" in df.columns and row["mandatory?"] == "mandatory":
|
||||
required = True
|
||||
else:
|
||||
required = False
|
||||
|
Reference in New Issue
Block a user