Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Console][Table] fixed render when using multiple rowspans.#21599

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:2.7fromaitboudad:issues_21018
Feb 16, 2017

Conversation

@aitboudad
Copy link
Contributor

QA
Branch?2.7
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#21018
LicenseMIT
Doc PR~

foreach ($unmergedRowsas$unmergedRowKey =>$unmergedRow) {
$value =isset($lines[$unmergedRowKey -$line]) ?$lines[$unmergedRowKey -$line] :'';
$unmergedRows[$unmergedRowKey][$column] =newTableCell($value,array('colspan' =>$cell->getColspan()));
if ($nbLines === ($unmergedRowKey -$line)) {
Copy link
Member

Choose a reason for hiding this comment

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

parentheses can be removed.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

done

@fabpot
Copy link
Member

Thank you@aitboudad.

@fabpotfabpot merged commit17e459e intosymfony:2.7Feb 16, 2017
fabpot added a commit that referenced this pull requestFeb 16, 2017
…. (aitboudad)This PR was merged into the 2.7 branch.Discussion----------[Console][Table] fixed render when using multiple rowspans.| Q             | A| ------------- | ---| Branch?       | 2.7| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#21018| License       | MIT| Doc PR        | ~Commits-------17e459e [Console][Table] fixed render when using multiple rowspans.
@aitboudadaitboudad deleted the issues_21018 branchFebruary 16, 2017 12:37
@fabpotfabpot mentioned this pull requestFeb 17, 2017
This was referencedMar 6, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot left review comments

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@aitboudad@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp