To fix the issue I have modified

function _rate_expiration_filter_widgets($item) {
  return isset($item->expiration_allow_override);
}

to

function _rate_expiration_filter_widgets($item) {
  return ($item->expiration_allow_override == 1);
}

Comments

bertboerland’s picture

Status: Active » Needs review

thanks for reporting and the code, we wil look in to this.

mauritsl’s picture

Status: Needs review » Fixed

Commited to CVS. Thanks!

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

mauritsl’s picture

Issue tags: -AllowOverride

Removing tag, "AllowOveride" is an Apache directive, has nothing to do with this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.