Skip to content

Provide an option to skip navigation menu creation in the create domain API call

martin.w requested to merge martin.w/multisite:issue-8 into master

Add a new optional skip_nav parameter to the civicrm_api3_multisite_domain_create() API method. When true', skip the _civicrm_load_navigation() call to avoid a database deadlock. This is to resolve #8.

Merge request reports