Project

General

Profile

Actions

Defect #14773

closed

ActiveRecord::Acts::Versioned::ActMethods#next_version Generates ArgumentError

Added by Justin Leishman over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

There's a patch already available here. I'm not sure why the WikiContent model doesn't break, but it does customize the WikiContent::Version class's behavior slightly.

Actions #1

Updated by Justin Leishman over 10 years ago

Apparently setting self.locking_column = 'version' gets around this problem, but I don't see it documented anywhere.

Actions #2

Updated by Mischa The Evil over 10 years ago

This is also discussed in Error While saving Wiki (Arel::Table failed) acts_as_vers.... What is missing is a clear way how to reproduce the error.

Justin Leishman wrote:

Apparently setting self.locking_column = 'version' gets around this problem, but I don't see it documented anywhere.

self.locking_column = 'version' is 'available' in source:/trunk/app/models/wiki_content.rb#L21. I don't see how that is related.

Actions #3

Updated by Leandro Guida over 10 years ago

Ok. The patch fixed my problem.

Actions #4

Updated by Jean-Philippe Lang over 10 years ago

  • Category set to Code cleanup/refactoring
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Target version set to 2.4.0
  • Resolution set to Fixed

I was not able to trigger this error from within Redmine but I WikiContent#next_version actually raises this error.
Fix applied in r12222.

Actions

Also available in: Atom PDF