mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -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]}
|
onSort={[Function]}
|
||||||
qsConfig={
|
qsConfig={
|
||||||
Object {
|
Object {
|
||||||
|
"dateFields": Array [
|
||||||
|
"modified",
|
||||||
|
"created",
|
||||||
|
],
|
||||||
"defaultParams": Object {
|
"defaultParams": Object {
|
||||||
"order_by": "name",
|
"order_by": "name",
|
||||||
"page": 1,
|
"page": 1,
|
||||||
@@ -458,6 +462,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
onSort={[Function]}
|
onSort={[Function]}
|
||||||
qsConfig={
|
qsConfig={
|
||||||
Object {
|
Object {
|
||||||
|
"dateFields": Array [
|
||||||
|
"modified",
|
||||||
|
"created",
|
||||||
|
],
|
||||||
"defaultParams": Object {
|
"defaultParams": Object {
|
||||||
"order_by": "name",
|
"order_by": "name",
|
||||||
"page": 1,
|
"page": 1,
|
||||||
@@ -637,6 +645,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
onSearch={[Function]}
|
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"
|
sortedColumnKey="name"
|
||||||
>
|
>
|
||||||
<I18n
|
<I18n
|
||||||
@@ -668,6 +694,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
}
|
}
|
||||||
i18n={"/i18n/"}
|
i18n={"/i18n/"}
|
||||||
onSearch={[Function]}
|
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"
|
sortedColumnKey="name"
|
||||||
>
|
>
|
||||||
<Form
|
<Form
|
||||||
|
|||||||
Reference in New Issue
Block a user