Code Monkey home page Code Monkey logo

Comments (3)

npafundi avatar npafundi commented on August 12, 2024

I think I traced this issue, and might have a potential fix. If you think this is the right fix, I'm happy to submit a PR.

In the draft_destroy method, the previous_draft is set, but the attributes are always serialized (even if they're JSON). See https://github.com/liveeditor/draftsman/blob/master/lib/draftsman/model.rb#L234

I would propose changing the conditional to:

if self.draft?
  attrs = send(self.class.draft_association_name).attributes
  data[:previous_draft] = self.class.draft_class.object_col_is_json? ? attrs : Draftsman.serializer.dump(attrs)
end

I believe this fixes the issues that I've been seeing. Does that seem about right to you?

from draftsman.

chrisdpeters avatar chrisdpeters commented on August 12, 2024

Can you try the latest from master and let me know if that fixes it?

Thanks for pinpointing it. I ended up creating a previous_draft_col_is_json? class method on Draftsman::Draft just to make sure it always does the right thing.

Oh, I like what you did with the attrs local variable, so I'll commit that in now too.

Thanks again. Made it much easier for me to fix!

from draftsman.

npafundi avatar npafundi commented on August 12, 2024

Yep, this works as well. Thanks for putting in the fix!

from draftsman.

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.