Closed am-cid closed 6 months ago
needs to be cwass_n, id_n
Token
used to be self.token but i changed implementation. now the id_n and cwass_n is in self.unique_type
self.token
id_n
cwass_n
self.unique_type
if self is Token, do self.token.unique_type if self is UniqueTokenType, do self.unique_type not sure what you guys are using there.
self
self.token.unique_type
UniqueTokenType
I can work on this if not taken
Merged #253, closing this
current
needs to be cwass_n, id_n
solution: change what property gui uses to display
Token
used to be
self.token
but i changed implementation. now theid_n
andcwass_n
is inself.unique_type
if
self
isToken
, doself.token.unique_type
ifself
isUniqueTokenType
, doself.unique_type
not sure what you guys are using there.