Skip to content

Variables in civicrm_setting should have their own namespace #100

@alexymik

Description

@alexymik

Currently the variables for Summary Fields are stored in the civicrm_setting table using their "local" names:

  • generate_schema_and_data
  • event_type_ids

I would suggest to namespace these to something like sumfields_, ex:

  • sumfields_generate_schema_and_data
  • sumfields_event_type_ids

This would make it more clear what the variables are when viewed outside the Summary Field context.

sumfields_get_setting() could be modified to directly use this as a prefix so most of the code can remain the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions