diff --git a/domain_content/domain_content.module b/domain_content/domain_content.module
index f12ca60..58decd5 100644
--- a/domain_content/domain_content.module
+++ b/domain_content/domain_content.module
@@ -149,7 +149,7 @@ function domain_content_node_operations() {
       'domain' => array(
         'label' => t('Change affiliate publishing options'),
         'callback' => 'domain_content_node_operations_process',
-        'configurable' => TRUE,
+        'configurable' => FALSE,
       ),
     );
     return $operations;
