Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.22, 4.7.23, 4.7.24, 4.7.25
-
Fix Version/s: None
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
$civicrm_setting['Extension Preferences']['ext_repo_url'] = FALSE;
setting still does not work however said otherwise in tickets below.
https://issues.civicrm.org/jira/browse/CRM-12316
https://issues.civicrm.org/jira/browse/CRM-10575
I think the importance would be on a new system at first login not to show "errors/warnings" popping up.
I did some debugging and found that getRepositoryUrl() Tim mentioned in Activities here is not even called at that time (straight after login) so the setting gets ignored.
The function is called just when I go and browse extensions.
Can this be fixed?
Thanks