-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW-FEATURE] log button action in DataExchange Edit window #467
Merged
PTKu
merged 16 commits into
dev
from
466-_NEW-FEATURE_log_button_action_in_DataExchange_Edit_window
Dec 11, 2024
Merged
[NEW-FEATURE] log button action in DataExchange Edit window #467
PTKu
merged 16 commits into
dev
from
466-_NEW-FEATURE_log_button_action_in_DataExchange_Edit_window
Dec 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ed_and_set_the_instance_IP_according_to_AXTARGET_value' into 466-_NEW-FEATURE_log_button_action_in_DataExchange_Edit_window
…hange_Edit_window
…_window' of https://github.com/ix-ax/AXOpen into 466-_NEW-FEATURE_log_button_action_in_DataExchange_Edit_window
Added authentification over buttons: create, load, send, copy, delete in DataExchangeView
…hange_Edit_window
…_window' of https://github.com/ix-ax/AXOpen into 466-_NEW-FEATURE_log_button_action_in_DataExchange_Edit_window
PTKu
deleted the
466-_NEW-FEATURE_log_button_action_in_DataExchange_Edit_window
branch
December 11, 2024 09:39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes across multiple files to improve the configuration, security, and structure of the application. The most important changes include updates to hardware identifiers, the addition of user administration features, and enhancements to the security and data exchange configurations.
Configuration and Hardware Identifiers:
src/data/app/SystemConstants/plc_line_HwIdentifiers.st
: Added global constants for hardware IDs.src/data/app/SystemConstants/plc_line_IoAddresses.st
: Added an empty configuration for IoAddresses.src/data/app/src/IO/HwIdentifiers.st
: Defined hardware identifiers in a new namespaceAXOpen.Data
.Security and User Administration:
src/data/app/ix-blazor/librarytemplate.blazor/App.razor
: IntegratedCascadingAuthenticationState
for authentication and added security services. [1] [2]src/data/app/ix-blazor/librarytemplate.blazor/Pages/UserAdministration.razor
: Added a new page for user administration usingAxOpen.Security.Views.SecurityManagementView
.src/data/app/ix-blazor/librarytemplate.blazor/Shared/NavMenu.razor
: Added a navigation link for the new User Administration page.Data Exchange and Repository Configuration:
src/data/app/ix-blazor/librarytemplate.blazor/Program.cs
: Updated the program file to configure JSON and MongoDB repositories and initialize remote data exchange. [1] [2] [3] [4] [5] [6] [7] [8]Certificate and SSL Configuration:
src/data/app/ix/Entry.cs
: Added certificate handling and SSL validation for secure connections.src/data/app/ix/axopen_data_app.csproj
: Included the certificate file in the project and set it to copy to the output directory.UI Enhancements:
src/data/app/ix-blazor/librarytemplate.blazor/Shared/TopRow.razor
: Added a top row component with culture selection and login display.src/data/app/ix-blazor/librarytemplate.blazor/Shared/TopRow.razor.css
: Added styles for the new top row component.closes [NEW-FEATURE] log button action in DataExchange Edit window #466