Coder Social home page Coder Social logo

Comments (10)

mrjoes avatar mrjoes commented on July 21, 2024 1

Hi,

I pushed my changes. You can see how mass delete action was implemented
for SQLA models here:

https://github.com/mrjoes/flask-admin/blob/master/flask_admin/contrib/sqlamodel/view.py#L553

So, if you want to add your custom action:

  1. Create method which accepts list of ids
  2. Decorate it with @action
  3. Change is_action_allowed to do some fancy logic

Checkboxes won't be displayed if no actions are visible (drop down element
won't be displayed either).
I also separated actions library into separate file, so file admin is now
using it and can mass-delete files too.

Hope it helps.

Serge.

On Sun, Aug 19, 2012 at 6:02 AM, F. Gabriel Gosselin <
[email protected]> wrote:

I agree that Flask-Peewee's approach is not ideal (the delete and export
are hard coded).

Please do look at the code I contributed. It does have the potential to be
flexible. Actions can be added to self._actions through a setter instead
to make it more flexible on a per-AdminModel basis.

In particular I'm curious how you would handle universal actions
(available to all Admin lists).


Reply to this email directly or view it on GitHubhttps://github.com/mrjoes/flask-admin/issues/44#issuecomment-7850159.

from flask-admin.

mrjoes avatar mrjoes commented on July 21, 2024

I took a look and will think how to implement this functionality in a
robust way.

Probably tomorrow I will create a dev branch and will commit my thoughts to
it. What's in Flask-Peewee is not really flexible - mass updates are
disconnected from the administrative view, they don't really fit into
flask-admin ideology.

from flask-admin.

evidens avatar evidens commented on July 21, 2024

I agree that Flask-Peewee's approach is not ideal (the delete and export are hard coded).

Please do look at the code I contributed. It does have the potential to be flexible. Actions can be added to self._actions through a setter instead to make it more flexible on a per-AdminModel basis.

In particular I'm curious how you would handle universal actions (available to all Admin lists).

from flask-admin.

mrjoes avatar mrjoes commented on July 21, 2024

Closing this one, actions were implemented.

from flask-admin.

vladi-dev avatar vladi-dev commented on July 21, 2024

I wish this was included in docs and not just in API section. Spent much time trying to figure this out by reading the source code.

from flask-admin.

petrus-jvrensburg avatar petrus-jvrensburg commented on July 21, 2024

@emve-dev Yes definitely!

Would you mind adding a couple of paragraphs and code snippet to https://github.com/flask-admin/flask-admin/blob/master/doc/advanced.rst?

from flask-admin.

vladi-dev avatar vladi-dev commented on July 21, 2024

My pleasure. #970
Let me know if this is good enough.

from flask-admin.

petrus-jvrensburg avatar petrus-jvrensburg commented on July 21, 2024

Thanks, that's perfect!

from flask-admin.

boolbag avatar boolbag commented on July 21, 2024

@emve-dev
Wondering if you would happen to have thoughts on this related functionality (custom actions in list view)?

Thanks in advance to anyone who might share insights.

from flask-admin.

R2calex avatar R2calex commented on July 21, 2024

Hi,

I pushed my changes. You can see how mass delete action was implemented
for SQLA models here:

https://github.com/mrjoes/flask-admin/blob/master/flask_admin/contrib/sqlamodel/view.py#L553

So, if you want to add your custom action:

  1. Create method which accepts list of ids
  2. Decorate it with @action
  3. Change is_action_allowed to do some fancy logic

Checkboxes won't be displayed if no actions are visible (drop down element
won't be displayed either).
I also separated actions library into separate file, so file admin is now
using it and can mass-delete files too.

Hope it helps.

Serge.

On Sun, Aug 19, 2012 at 6:02 AM, F. Gabriel Gosselin <
[email protected]> wrote:

I agree that Flask-Peewee's approach is not ideal (the delete and export
are hard coded).
Please do look at the code I contributed. It does have the potential to be
flexible. Actions can be added to self._actions through a setter instead
to make it more flexible on a per-AdminModel basis.
In particular I'm curious how you would handle universal actions
(available to all Admin lists).

Reply to this email directly or view it on GitHubhttps://github.com/mrjoes/flask-admin/issues/44#issuecomment-7850159.

Page not found :(, could you make it post it again please?

from flask-admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.