mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Merge pull request #4900 from mabashian/fix-snapshot
Fix broken notif list snapshot
Reviewed-by: awxbot
https://github.com/awxbot
This commit is contained in:
@@ -404,6 +404,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
||||
onSort={[Function]}
|
||||
qsConfig={
|
||||
Object {
|
||||
"dateFields": Array [
|
||||
"modified",
|
||||
"created",
|
||||
],
|
||||
"defaultParams": Object {
|
||||
"order_by": "name",
|
||||
"page": 1,
|
||||
@@ -458,6 +462,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
||||
onSort={[Function]}
|
||||
qsConfig={
|
||||
Object {
|
||||
"dateFields": Array [
|
||||
"modified",
|
||||
"created",
|
||||
],
|
||||
"defaultParams": Object {
|
||||
"order_by": "name",
|
||||
"page": 1,
|
||||
@@ -637,6 +645,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
||||
]
|
||||
}
|
||||
onSearch={[Function]}
|
||||
qsConfig={
|
||||
Object {
|
||||
"dateFields": Array [
|
||||
"modified",
|
||||
"created",
|
||||
],
|
||||
"defaultParams": Object {
|
||||
"order_by": "name",
|
||||
"page": 1,
|
||||
"page_size": 5,
|
||||
},
|
||||
"integerFields": Array [
|
||||
"page",
|
||||
"page_size",
|
||||
],
|
||||
"namespace": "notification",
|
||||
}
|
||||
}
|
||||
sortedColumnKey="name"
|
||||
>
|
||||
<I18n
|
||||
@@ -668,6 +694,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
||||
}
|
||||
i18n={"/i18n/"}
|
||||
onSearch={[Function]}
|
||||
qsConfig={
|
||||
Object {
|
||||
"dateFields": Array [
|
||||
"modified",
|
||||
"created",
|
||||
],
|
||||
"defaultParams": Object {
|
||||
"order_by": "name",
|
||||
"page": 1,
|
||||
"page_size": 5,
|
||||
},
|
||||
"integerFields": Array [
|
||||
"page",
|
||||
"page_size",
|
||||
],
|
||||
"namespace": "notification",
|
||||
}
|
||||
}
|
||||
sortedColumnKey="name"
|
||||
>
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user