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

Port betterbuttons to framework #8569

Merged

Commits on Nov 18, 2018

  1. MINOR: Add Previous, Next and Create New actions in edit form

    If the form is opened via a grid field, the filters will be retained so the previous/next record opened will be correct
    bergice authored and Aaron Carlino committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    1a9b893 View commit details
    Browse the repository at this point in the history
  2. MINOR: Add ability to customise the visibility of the Previous, `Ne…

    …xt` and `Add` buttons at a `GridField` level
    bergice authored and Aaron Carlino committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    62aab62 View commit details
    Browse the repository at this point in the history
  3. Fix invalid action when pressing the New button in an edit form unl…

    …ess `betterbuttons` module was installed
    bergice authored and Aaron Carlino committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    a187553 View commit details
    Browse the repository at this point in the history
  4. - Merge showPrevious and showNext to showPagination for grid fi…

    …elds
    
    - Update documentation
    - Improve performance for next/previous buttons by not fetching all list records
    - Refactoring
    bergice authored and Aaron Carlino committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    e8dc2f1 View commit details
    Browse the repository at this point in the history
  5. Refactor to fail gracefully on GridFieldPaginator

    Aaron Carlino committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    d990ecc View commit details
    Browse the repository at this point in the history