It would be nice to implement devel_caches so that clicking on the Empty Cache link of the devel block clears the {cache_project_release} table as well.

Something like

function project_release_devel_caches() {
  return array('cache_project_release');
}

would probably work.

CommentFileSizeAuthor
#1 project_release_devel_caches_0.txt524 bytesaclight

Comments

aclight’s picture

Status: Active » Needs review
StatusFileSize
new524 bytes

patch attached

aclight’s picture

I realized that this patch was built against 5.x-1.0 and not 5.x-1.x-dev, but I tested it against the dev version and it applies cleanly.

hunmonk’s picture

Status: Needs review » Fixed

makes sense to me. tested on postgres. committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)