Hi,

I have a site with many content types but only one is a "MERCI Resource". For this type, MERCI is functioning properly.

However, when visiting admin/settings/merci other Content Types are set to "MERCI." When I edit those (attempting to disable the MERCI options) the "Reservable item type:" returns "The setting can not be changed because content already exists for this type."

How can I remove the submitted content and/or deselect the unneeded Content Types; changing usage from "MERCI" to "Not used by MERCI"?

Comments

darrick’s picture

I think this may be this old bug #1095392: Current Inventory including non-merci items cropping up. Take a look at the merci_node_type table in your database. My guess is the merci_type_setting field in that table is blank for your Employee FAQ Forum content type. Update the field as "disabled". You should also update MERCI to the latest version as a number of bugs have been fixed since beta11.

nonprofit’s picture

Status: Active » Closed (fixed)

Thank you!