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

[TIMOB-6949] table filter does not hide empty headers #4764

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Oct 7, 2013

@hieupham007
Copy link
Contributor

Functional test failed: http://pastie.org/private/a2wt8kb1hebvrgutyat7a. 'a-f' and 'b-f' footers didn't show on start up.

@bijupmb
Copy link
Contributor Author

bijupmb commented Oct 11, 2013

This bug not regarding this ticket . I got this bug in master also . Shall I fix this in same ticket or in new ticket ?

@hieupham007
Copy link
Contributor

I think this is also within the scope of this ticket (headers and footers should display properly). We should probably fix that here.

@bijupmb
Copy link
Contributor Author

bijupmb commented Nov 12, 2013

Looking . update soon

@ghost ghost assigned hieupham007 Nov 19, 2013
@@ -594,6 +594,9 @@ private TableViewSectionProxy addRowToSection(TableViewRowProxy row, TableViewSe
if (row.hasProperty(TiC.PROPERTY_FOOTER)) {
addedToSection.setProperty(TiC.PROPERTY_FOOTER_TITLE, row.getProperty(TiC.PROPERTY_FOOTER));
}
if (row.hasProperty(TiC.PROPERTY_TITLE)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

this seems unnecessary. Why do we need this here?

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@bijupmb
Copy link
Contributor Author

bijupmb commented Feb 14, 2014

k will update today

@bijupmb
Copy link
Contributor Author

bijupmb commented Feb 14, 2014

create new PR
#5353

@hieupham007
Copy link
Contributor

Closing PR

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.

None yet

2 participants