Skip to content

Updating boolean attribute e.g. "Yes/No" drop down #9

Description

@findaz

Is there a way using DatabaseCore.updateAttribute() or otherwise to update a boolean attribute such as a "Yes"/"No" dropdown as seen in the UI?

e.g. the below will leave the Historical Sampling attribute blank

param = (ClassEnum.DataFile, 'My Data File', int(DataFileAttributeEnum.HistoricalSampling), True)
db.UpdateAttribute(*param)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions