Coder Social home page Coder Social logo

sk-ys / redmine_issue_checklist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nhochdrei/redmine_issue_checklist

0.0 0.0 1.0 395 KB

Checklist Plugin creates simple checklists for Redmine issues. Downloaded from http://www.redminecrm.com/projects/checklist/

JavaScript 46.14% Ruby 39.77% CSS 2.59% HTML 11.50%

redmine_issue_checklist's People

Contributors

adrianobr avatar aleksxor avatar atopcu avatar dr-itz avatar irina-l avatar jonasprogrammer avatar nhatthm avatar nodecarter avatar sk-ys avatar willhbr avatar

Forkers

stephengaito

redmine_issue_checklist's Issues

Stale Object Exception in controller_issues_new_after_save

Once this plugin is installed, when a new issue is created and saved, the current Redmine (5.1.x) does not redirect to any page (leaving a "white page of death").... if you go and look at the issues (after this white screen of death) you can see that quite obviously the issue has been saved (with all of the correct checklist items).

The problem is that the current Redmine code does not protect against exceptions in the controller_issues_new_after_save hook. This means that the code following the call to the controller_issues_new_after_save hook does not get run, including a redirect.

The problem is that this plugin's implementation of the controller_issues_new_after_save hook attempts to save a stale ActiveRecord Issue object. See: ActiveRecord::StaleObjectError

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.