Code Monkey home page Code Monkey logo

Comments (7)

Fivell avatar Fivell commented on August 29, 2024

@hivemindunit , did you read wiki examples https://github.com/activeadmin-plugins/active_admin_import/wiki ?

from active_admin_import.

Fivell avatar Fivell commented on August 29, 2024

@hivemindunit , you should see import button in the action buttons sections.
https://github.com/activeadmin-plugins/active_admin_import/blob/master/lib/active_admin_import/dsl.rb#L56

from active_admin_import.

hivemindunit avatar hivemindunit commented on August 29, 2024

@Fivell, thank you for a prompt reply!

Yes, I've tried also an option as described here: https://github.com/activeadmin-plugins/active_admin_import/wiki/allow-user-input-for--csv-options

with the same result (no import button on index page). There is neither no error messages nor import button sign in the page's source. What can go wrong and how I can debug that?

from active_admin_import.

Fivell avatar Fivell commented on August 29, 2024

@hivemindunit , if you use permission you should also allow import in pundit or cancan

from active_admin_import.

Fivell avatar Fivell commented on August 29, 2024

check this line https://github.com/activeadmin-plugins/active_admin_import/blob/master/lib/active_admin_import/dsl.rb#L57

Also try to open direct link in your browser (collection action import)

Also check if you have import routes (rake routes command can be used)

from active_admin_import.

hivemindunit avatar hivemindunit commented on August 29, 2024

@Fivell you are right, the problem was that current user didn't have required permissions.
I use CanCanCan gem and adding a permission into my ability class fixed the issue:

class Ability
  include CanCan::Ability
  def initialize(user)
    ...
    can :import, Payment
    ...
  end
end

from active_admin_import.

Fivell avatar Fivell commented on August 29, 2024

@hivemindunit , 👍

Note about authorization was added to wiki

from active_admin_import.

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.