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

Fixed css bugs and added features to datagrid #597

Merged
merged 1 commit into from
Mar 18, 2016

Conversation

wachterjohannes
Copy link
Member

Main PR sulu/sulu#1927

@@ -442,7 +444,7 @@ define(function() {
if (!!this.options.selectItem && !!this.options.selectItem.type) {
var $cell = this.sandbox.dom.createElement(templates.headerCell);
this.sandbox.dom.addClass($cell, constants.checkboxCellClass);
if (this.options.selectItem.type === selectItems.CHECKBOX) {
if (this.options.selectItem.type === selectItems.CHECKBOX && this.options.disabledItems.length === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

What is rendered if there are some disabledItems?

Copy link
Contributor

Choose a reason for hiding this comment

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

Or the better question is: Shouldn't there be a possibility to select all non-disabled items?

Copy link
Member Author

Choose a reason for hiding this comment

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

i have introduced this feature but i don't need it in the master PR i will extract it into an own PR which can be discussed separately.

@danrot
Copy link
Contributor

danrot commented Mar 10, 2016

@wachterjohannes We should also create better PRs in Husky, a simple link to the main PR is not enough. What exact css bugs are fixed here? That's probably not described anywhere, or is it?

@wachterjohannes wachterjohannes force-pushed the feature/custom-urls branch 2 times, most recently from ace2d82 to 6cc47fd Compare March 16, 2016 14:43
* BUGFIX #616 Fixed label tick in firefox
* ENHANCEMENT #615 Introduced no-img-icon as function to use record dependent icons
* BUGFIX #613 Fixed search-icon to prevent routing
* FEATURE #610 Added save parameter for datagrid
=======
* FEATURE #597 Fixed css bugs and added features to datagrid
>>>>>>> c820cfb... added disabled items in table view
Copy link
Contributor

Choose a reason for hiding this comment

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

Please fix this conflict.

wachterjohannes added a commit that referenced this pull request Mar 18, 2016
Fixed css bugs and added features to datagrid
@wachterjohannes wachterjohannes merged commit 90275be into develop Mar 18, 2016
@wachterjohannes wachterjohannes deleted the feature/custom-urls branch March 18, 2016 12:15
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