Skip to content

Commit 7b1e650

Browse files
author
gdgate
authored
Merge pull request #1706 from thuytran-gooddata/MSF-18960
BUGFIX: MSF-18�892 Change default option of recurrency field to valid value Reviewed-by: https://github.com/danh-ung
2 parents 5fc2e4d + faf4fc7 commit 7b1e650

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

lib/gooddata/models/metadata/scheduled_mail.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ScheduledMail < GoodData::MdObject
3030
:deprecated => 0,
3131

3232
# Content When options
33-
:recurrency => '0:0:0:12:0:0',
33+
:recurrency => '0:0:0:1*12:0:0',
3434
:startDate => '2012-06-05',
3535
:timeZone => 'America/Los_Angeles',
3636

spec/integration/vcr_cassettes/GoodData_Model_Project/cloning/_export_clone/when_exclude_schedule_is_true/excludes_scheduled_emails.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/integration/vcr_cassettes/GoodData_Project/cloning/_export_clone/when_exclude_schedule_is_true/excludes_scheduled_emails.yml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)