mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Merge pull request #2315 from internetee/2307-bulk-change-poll-messages
Fixed notifications about automatic contact name update
This commit is contained in:
commit
95780ec84a
23 changed files with 329 additions and 221 deletions
22
test/fixtures/actions.yml
vendored
22
test/fixtures/actions.yml
vendored
|
@ -2,4 +2,24 @@ contact_update:
|
|||
operation: update
|
||||
contact: john
|
||||
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
||||
user: registrant
|
||||
user: registrant
|
||||
|
||||
contacts_update_bulk_action:
|
||||
operation: bulk_update
|
||||
user: registrant
|
||||
|
||||
contact_update_subaction_one:
|
||||
operation: update
|
||||
contact: william
|
||||
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
||||
user: registrant
|
||||
bulk_action: contacts_update_bulk_action
|
||||
|
||||
contact_update_subaction_two:
|
||||
operation: update
|
||||
contact: jane
|
||||
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
||||
user: registrant
|
||||
bulk_action: contacts_update_bulk_action
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue