diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-08-26 17:54:49 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-08-26 17:54:49 -0300 |
| commit | 5a9e127efc37490b2a1caa605e987a693245b5fa (patch) | |
| tree | 26ac4a48e5b74e90a3c9afd078941aa23c7eb930 /tests/regressiontests/admin_custom_urls/fixtures/actions.json | |
| parent | c73f2bd65c8a94b9d52b6684e0d7fb0055401daa (diff) | |
Made model instance history admin view link not hard-coded. Refs #15294.
Diffstat (limited to 'tests/regressiontests/admin_custom_urls/fixtures/actions.json')
| -rw-r--r-- | tests/regressiontests/admin_custom_urls/fixtures/actions.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/regressiontests/admin_custom_urls/fixtures/actions.json b/tests/regressiontests/admin_custom_urls/fixtures/actions.json index d803393a12..a63cf8135c 100644 --- a/tests/regressiontests/admin_custom_urls/fixtures/actions.json +++ b/tests/regressiontests/admin_custom_urls/fixtures/actions.json @@ -40,5 +40,12 @@ "fields": { "description": "An action with a name suspected of being a XSS attempt" } + }, + { + "pk": "The name of an action", + "model": "admin_custom_urls.action", + "fields": { + "description": "A generic action" + } } -]
\ No newline at end of file +] |
