[freeside-commits] branch FREESIDE_4_BRANCH updated. 3a88840e73d21531fc014b0942e878b614399f14
Mark Wells
mark at 420.am
Wed Aug 5 22:39:52 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 3a88840e73d21531fc014b0942e878b614399f14 (commit)
from 7c21e5bcc4cdd2974795c178bfeea7fa040e468e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3a88840e73d21531fc014b0942e878b614399f14
Author: Mark Wells <mark at freeside.biz>
Date: Wed Aug 5 22:39:19 2015 -0700
remove no_random_ids option from config interface
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 53459c7..a22e236 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5922,12 +5922,14 @@ and customer address. Include units.',
'type' => 'text',
},
- {
- 'key' => 'no_random_ids',
- 'section' => '',
- 'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.',
- 'type' => 'checkbox',
- },
+ # for internal use only; test databases should declare this option and
+ # everyone else should pretend it doesn't exist
+ #{
+ # 'key' => 'no_random_ids',
+ # 'section' => '',
+ # 'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.',
+ # 'type' => 'checkbox',
+ #},
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
More information about the freeside-commits
mailing list