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

use BusinessEntity::id instead name and rename variable from entityName to businessEntityId #172

Merged
merged 4 commits into from
Aug 13, 2015

Conversation

lenybernard
Copy link
Contributor

No description provided.

$form = $event->getForm();
$businessEntityName = $event->getBusinessEntityName();
if ($businessEntityName == 'article') {
$businessEntityId = $event->getBusinessEntityName();
Copy link
Member

Choose a reason for hiding this comment

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

Pourquoi avoir laissé getBusinessEntityName() ici ?

…Id-insteadEntityName

* fix/widget-form-active-tab:
  fix widget form view to open the valid tab-pane
lenybernard pushed a commit that referenced this pull request Aug 13, 2015
…dEntityName

use BusinessEntity::id instead name and rename variable from entityName to businessEntityId
@lenybernard lenybernard merged commit 439fbd6 into master Aug 13, 2015
@lenybernard lenybernard deleted the fix/use-businessEntityId-insteadEntityName branch August 13, 2015 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants