Sample situation: prefixed install (www_) of drupal, imported data. Existing project. www_sequences contains:

  • www_project_cid / 100

Add comment to issue. Now www_sequences contains:

  • www_project_cid / 100
  • project_cid / 1

Instead of:

  • www_project_cid / 101
CommentFileSizeAuthor
#3 comment.inc.patch700 bytesfgm

Comments

fgm’s picture

Project: Project » Project issue tracking

Changed relevant module.

dww’s picture

please submit a patch and i'll review/apply it. otherwise, i'm not going to fix this myself until after the new release system is done (at the earliest). ;)
thanks.

fgm’s picture

Status: Active » Needs review
StatusFileSize
new700 bytes

Here it is. If it is correct, there's probably the same issue with release.inc (project_rid instead of {project}_rid).

fgm’s picture

Note that this may also be the way to fix http://drupal.org/node/82696 and its duplicate (that is, regarding rid instead of cid)

dww’s picture

Status: Needs review » Fixed

reviewed, tested, and committed to DRUPAL-4-7 and DRUPAL-4-7--2. thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)