Skip to content

Commit 39e1f6d

Browse files
authored
Merge pull request #209 from jamescdavis/hotfix/add-domain-redirect-field
Add domainRedirectEnabled to preprint-provider model
2 parents f74415f + 878c3c5 commit 39e1f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/models/preprint-provider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default OsfModel.extend({
77
bannerPath: DS.attr('string'),
88
description: DS.attr('fixstring'),
99
domain: DS.attr('string'),
10+
domainRedirectEnabled: DS.attr('boolean'),
1011
example: DS.attr('fixstring'),
1112
advisoryBoard: DS.attr('string'),
1213
emailContact: DS.attr('fixstring'),

0 commit comments

Comments
 (0)