Retrieving the JSON data of the current index to send to the server through the proxy model. Sending this data happens by triggering the core.
This commit is contained in:
@ -15,9 +15,11 @@ enum UserRoles {
|
||||
InfoRole,
|
||||
AmountRole,
|
||||
FactorRole,
|
||||
/// helper roles
|
||||
/// Non user facing
|
||||
IdRole,
|
||||
/// read only roles
|
||||
ToStringRole,
|
||||
IdRole
|
||||
ToJsonRole
|
||||
};
|
||||
|
||||
static UserRoles DEFAULT_ROLE = NameRole;
|
||||
|
||||
Reference in New Issue
Block a user