Clarify SAP OData source mapping
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
{
|
||||
<MudText Typo="Typo.h6" Class="mb-2">@GetMappingSectionTitle()</MudText>
|
||||
<MudAlert Severity="Severity.Info" Dense="true" Variant="Variant.Outlined" Class="mb-3">
|
||||
Quellen und Feldmappings werden grafisch gepflegt. Bei SAP Gateway sind Quellen Entity Sets; bei HANA sind Quellen Tabellen oder Views im gewaehlten Schema.
|
||||
Quellen und Feldmappings werden grafisch gepflegt. Bei SAP OData sind Quellen Entity Sets; bei HANA sind Quellen Tabellen oder Views im gewaehlten Schema.
|
||||
</MudAlert>
|
||||
@if (IsSapSite())
|
||||
{
|
||||
@@ -768,7 +768,7 @@
|
||||
private bool UsesHanaConnection() => IsHanaSourceSystem(_editingSite.SourceSystem);
|
||||
|
||||
private string GetMappingSectionTitle()
|
||||
=> IsSapSite() ? "SAP Gateway Mapping" : "HANA Quellen und Feldmapping";
|
||||
=> IsSapSite() ? "SAP OData Mapping" : "HANA Quellen und Feldmapping";
|
||||
|
||||
private string GetSourceSystemLabel(SourceSystemDefinition definition)
|
||||
=> string.IsNullOrWhiteSpace(definition.DisplayName) ? definition.Code : $"{definition.DisplayName} ({definition.Code})";
|
||||
|
||||
Reference in New Issue
Block a user