Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fieldtype values editing support #85

Merged
merged 13 commits into from
Jun 8, 2016

Conversation

bdunogier
Copy link
Member

@bdunogier bdunogier commented May 17, 2016

JIRA: http://jira.ez.no/browse/EZP-24339

Contents

BDD coverage for User (will fail until implementation is merged from #83) and TextLine fieldtypes(moved to #83)

Other pull-requests

@bdunogier bdunogier force-pushed the feature-fieldtypes_support-ezp24339 branch from 53e7bac to a710831 Compare May 17, 2016 17:42
public function theEditFormShouldContainAFieldsetNamedAfterTheFieldDefinition()
{
$this->assertElementContainsText(
sprintf('div.ezfield-identifier-%s fieldset legend', self::$fieldIdentifier),
Copy link
Contributor

Choose a reason for hiding this comment

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

The selector can be used without the div

@yannickroger
Copy link
Contributor

+1

@bdunogier
Copy link
Member Author

No real need to +1 the whole PR yet, as the topic branches aren't merged yet. But I'll take that as a +1 on the BDD :-)

glye and others added 8 commits May 18, 2016 13:20
* EZP-25775: Checkbox content edition support
A FormTypeBasedFieldValueFormMapper is added. It comes with an abstract ezrepoforms.field_type.form_mapper.form_type_based service.
It can be used to map fieldtype values when no particular configuration is required, and a single fieldtype is used (primitive or custom).
The service tag ez.fieldType.formMapper is deprecated, and splitted into
ez.fieldFormMapper.value and ez.fieldFormMapper.definition.

The dispatcher pass & dispatcher are updated to distinguish both while
still being backward compatible.
…dit_support

User FieldType content edit support (EZP-27530)
* Fix EZP-25776: Selection content edition support
* Fix content type of behat context not being reloaded after updating the field definition.
@bdunogier
Copy link
Member Author

bdunogier commented Jun 8, 2016

All todos taken care of, and tests are passing. I suggest we merge this, what do you think @glye ?

@glye
Copy link
Member

glye commented Jun 8, 2016

I say not nay, I say aye! 🎩

@bdunogier
Copy link
Member Author

And here we merge.

@bdunogier bdunogier merged commit f4659ac into master Jun 8, 2016
@adamwojs adamwojs deleted the feature-fieldtypes_support-ezp24339 branch June 25, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants