-
Notifications
You must be signed in to change notification settings - Fork 28
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
datagridfield pattern #106
Merged
Merged
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38b88b0 - Browse repository at this point
Copy the full SHA 38b88b0View commit details -
Remove non-unique id attributes from UI buttons and add classes instead. Let the button functionality be initialized by the pattern. Breaking change: In this version a pattern handles all the JavaScript functionality to ensure best possible encapsulation between different instances of the datagridfield widget. If you have customized templates, make sure you do the following: - Add the class ``pat-datagridfield`` to the ``datagridwidget-table-view`` nodes (files: datagridfield_input.pt, datagridfield_input_block.pt). - Add the following classes instead of ids to the ui buttons as shown in this map (files: datagridfieldobject_input.pt, datagridfieldobject_input_block.pt_): - #btn-addrow -> .dgf--row-add - #btn-deleterow -> .dgf--row-delete - #btn-moveup -> .dgf--row-moveup - #btn-movedown -> .dgf--row-movedown
Configuration menu - View commit details
-
Copy full SHA for e93e5ca - Browse repository at this point
Copy the full SHA e93e5caView commit details
Commits on Mar 4, 2021
-
Change row UI elements from anchor to buttons for better semantics. Fix Boostrap classes, remove unused attributes, add a title to buttons.
Configuration menu - View commit details
-
Copy full SHA for 35daeac - Browse repository at this point
Copy the full SHA 35daeacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 739ab0d - Browse repository at this point
Copy the full SHA 739ab0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 058dd1c - Browse repository at this point
Copy the full SHA 058dd1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff887ac - Browse repository at this point
Copy the full SHA ff887acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a175c - Browse repository at this point
Copy the full SHA f7a175cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e175586 - Browse repository at this point
Copy the full SHA e175586View commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 632fc16 - Browse repository at this point
Copy the full SHA 632fc16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0695caa - Browse repository at this point
Copy the full SHA 0695caaView commit details -
- Factor out countRows function for reuse. - Bring count field into reach of pattern.
Configuration menu - View commit details
-
Copy full SHA for 263c5ec - Browse repository at this point
Copy the full SHA 263c5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7724df5 - Browse repository at this point
Copy the full SHA 7724df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dea57a - Browse repository at this point
Copy the full SHA 6dea57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047fd24 - Browse repository at this point
Copy the full SHA 047fd24View commit details
Commits on Mar 15, 2021
-
Register new pat-datagridfield bundle.
Breaking change: The JavaScript resources have changed a lot. Please run the provided upgrade steps! If you were customizing templates which loaded these JavaScript resources or customized the JavaScript functionality itself, take special care. The bundle is loaded only for logged-in users.
Configuration menu - View commit details
-
Copy full SHA for 8923c17 - Browse repository at this point
Copy the full SHA 8923c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9776700 - Browse repository at this point
Copy the full SHA 9776700View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.