Skip to content

Commit

Permalink
Cleanup unresolved merge
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmahon committed Dec 29, 2013
1 parent 58e55ad commit 8b9a197
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plone/schemaeditor/fields.py
Expand Up @@ -51,14 +51,9 @@ def FieldsVocabularyFactory(context):
field_factories = getUtilitiesFor(IFieldFactory)
terms = []
for (field_id, factory) in field_factories:
<<<<<<< HEAD
if factory.available():
terms.append(SimpleVocabulary.createTerm(factory, translate(factory.title), factory.title))
=======
terms.append(SimpleVocabulary.createTerm(factory,
translate(factory.title),
factory.title))
>>>>>>> 5a2968a3a4091ad90ba3badc378f3d37b14dc2bc

return SimpleVocabulary(terms)

Expand Down

1 comment on commit 8b9a197

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=49ec056da6864a6e98e66f6370a6cbad
plone-5.0-python-2.7 [FAILURE]
plone-4.3-python-2.6 [FAILURE]
plone-4.3-python-2.7 [SUCCESS]

Please sign in to comment.