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

3.0 form idprefix #2980

Merged
merged 5 commits into from Mar 10, 2014
Merged

3.0 form idprefix #2980

merged 5 commits into from Mar 10, 2014

Conversation

ADmad
Copy link
Member

@ADmad ADmad commented Mar 9, 2014

Refs #2952

@@ -43,6 +44,8 @@
*/
class FormHelper extends Helper {

use IdGeneratorTrait;

Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need a newline here

@lorenzo
Copy link
Member

lorenzo commented Mar 9, 2014

This looks good to me 👍


$this->Form->create(false, ['idPrefix' => 'prefix']);

$this->Form->expects($this->once())->method('datetime')
Copy link
Member

Choose a reason for hiding this comment

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

The datetime widget doesn't use the idPrefix option. Shoud it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Datetime widget doesn't use the IdGeneratorTrait itself.

I believe there was a discussion earlier to just skip id generation for datetime selects for now since we wouldn't know for which select the label's for attribute should be set if selects for all datetime parts are not generated.

Copy link
Member

Choose a reason for hiding this comment

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

Good point, that is the one remaining incomplete test for formhelper.

Copy link
Member Author

Choose a reason for hiding this comment

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

Anything else needs to be done before this can be merged? Datetime can be dealt with later on.

Is it ok to keep IdGeneratorTrait under Widget now that it's used for helper too?

Copy link
Member

Choose a reason for hiding this comment

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

We might want to move the trait to View/Helper.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

markstory added a commit that referenced this pull request Mar 10, 2014
@markstory markstory merged commit e54ffbc into cakephp:3.0 Mar 10, 2014
@ADmad ADmad deleted the 3.0-form-idprefix branch March 10, 2014 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants