List alerts in profile
This commit is contained in:
@@ -59,6 +59,13 @@ function initUsersActions(store, _router) {
|
||||
id
|
||||
notify
|
||||
email
|
||||
stashes: alertsStashes {
|
||||
stash {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
}
|
||||
tags: alertsTags {
|
||||
tag {
|
||||
id
|
||||
@@ -76,12 +83,16 @@ function initUsersActions(store, _router) {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
independent
|
||||
hasLogo
|
||||
parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
independent
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user