Coder Social home page Coder Social logo

Comments (3)

micahsheets avatar micahsheets commented on July 30, 2024

I went ahead and added this functionality myself. I have requested a pull request.

from kickassets.

dospuntocero avatar dospuntocero commented on July 30, 2024

hey micahsheets, I'm not sure if this is related to your functionality, but in the latest kick assets i see a drag and drop functionality.
the problem is when i try to save the object:

Unknown column 'ManyManySort' in 'field list' IN POST /admin/EditForm

do you know how to solve this?

from kickassets.

micahsheets avatar micahsheets commented on July 30, 2024

Hello,

The problem comes from an issue that I have fixed in my fork of Kickassets but Uncle Cheese I don't think has merged my fixes into his branch. The issue is that if the object that has the relationship to the many objects is not decorated with ManyManySortable it will not have the ManyManySort column yet.

if you add the ManyManySortable to your object it should work.
Example: ManyManySortable::add_sortable_many_many_relations(array('ParentManyMany' => 'Relationship'));

I have put a fix into my Kickassets fork that should allow for using the functionality of Kickassets without decorating anything with ManyManySortable but it would work normally without any sortablility.

If you download Kickassets from my fork It should work for you. Please let me know of any bugs you find.

As far as the drag and drop in the MultipleFileAttachementField, that seems to break client side in the javascript so that when you do go to save it will break then as well. As of now I have not found a fix for the client-side javascript.

from kickassets.

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.