Commit b4717de
feat(entitySetting): allow administrators to customize entity display names (#14873)
Add custom_name and custom_name_plural fields to EntitySetting module.
This allows platform administrators to define custom display names for
any core entity type in Settings > Customization > Entity types.
Backend changes:
- Add custom_name/custom_name_plural to EntitySetting types, GraphQL schema, and module definition
- Fields are nullable strings, stored platform-wide
Frontend changes:
- Add editable display name fields to EntitySettingSettings component
- Add reset-to-default buttons for each field
- Add useEntityLabel hook for resolving custom vs default entity labels
- Update entitySetting fragment to include new fields
- Expose new fields in useEntitySettings hook
"Diplay name customization, test coverage, and documentation.
add translation keys, fixing error from ci/cd1 parent 9e189d8 commit b4717de
File tree
217 files changed
+1054
-299
lines changed- .claude
- docs/docs/administration
- assets
- opencti-platform
- opencti-front
- lang
- back
- front
- src
- components
- graph/components
- private/components
- analyses
- external_references
- groupings
- malware_analyses
- notes
- reports
- security_coverages
- arsenal
- channels
- malwares
- tools
- vulnerabilities
- cases
- case_incidents
- case_rfis
- case_rfts
- feedbacks
- tasks
- common
- form
- lists
- stix_core_objects
- entities
- events
- individuals
- organizations
- sectors
- securityPlatforms
- systems
- events
- incidents
- observed_data
- locations
- administrative_areas
- cities
- countries
- positions
- regions
- observations
- artifacts
- indicators
- infrastructures
- stix_cyber_observables
- pir
- pir_history
- pir_overview
- settings
- sub_types
- entity_setting
- techniques
- attack_patterns
- courses_of_action
- data_components
- data_sources
- narratives
- threats
- campaigns
- intrusion_sets
- threat_actors_group
- threat_actors_individual
- workspaces/investigations
- schema
- utils
- filters
- hooks
- opencti-graphql/src
- generated
- modules/entitySetting
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
217 files changed
+1054
-299
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
21 | 42 | | |
22 | 43 | | |
23 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments