Commit 84735fb
committed
Remove
With the `ItemConfiguration` moved to a `Configuration` property off of `ItemMetadata` (74cb817, 2f482b1), it's no longer receiving runtime data on the contextual configuration needed to populate the `attributePrefix`. In subsequent commits, we'll be updating the `TopicMappingService` and `ReverseTopicMappingService` to pass these internally. In the meanwhile, it can safely be removed from the `ItemConfiguration` since it's not being actively used, and the parent `ItemMetadata` class doesn't have access to it regardless.
I also removed the `name` parameter since that can be pulled directly from `itemMetadata` parameter.attributePrefix from ItemConfiguration
1 parent 2f482b1 commit 84735fb
2 files changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | | - | |
| 80 | + | |
83 | 81 | | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
0 commit comments