Skip to content

Commit

Permalink
rename defer-until-commit to at-commit in UI for less confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Dec 17, 2014
1 parent f53ea3c commit b70df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substanced/catalog/indexes.py
Expand Up @@ -310,7 +310,7 @@ class IndexSchema(Schema):
widget=deform.widget.RadioChoiceWidget(
values=(
('MODE_IMMEDIATE', 'Immediate'),
('MODE_ATCOMMIT', 'Defer Until Commit'),
('MODE_ATCOMMIT', 'At Commit'),
('MODE_DEFERRED', 'Defer Until Action Processing'),
)
)
Expand Down

0 comments on commit b70df34

Please sign in to comment.