Added functions to ermrestJS to allow for chaise to use column RID values instead of column names for unique information cases where special characters shouldn't be used. We don't have control over the column names that are used in the database but we do know the format of RIDs.
Changes include:
added RID to ReferenceColumn and ForeignKeyPseudoColumn
added linkedDataRIDs to Tuple for getting the RID of the column linked data is used for
Added functions to ermrestJS to allow for chaise to use column RID values instead of column names for unique information cases where special characters shouldn't be used. We don't have control over the column names that are used in the database but we do know the format of RIDs.
Changes include:
RID
toReferenceColumn
andForeignKeyPseudoColumn
linkedDataRIDs
toTuple
for getting the RID of the column linked data is used for