Skip to content
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

Add Button to create new Point Translations #1121

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

omkardw23
Copy link

Changes:

Code changes -

  1. ProgramsController.cs - Handles the creation of new Point Translations using the CreatePointTranslation() action.
  2. PointTranslations.cshtml - Added a Button linking to the CreatePointTranslation action

image

Fixes #1106

  • I have verified that this change has no build errors.
  • Follows contribution guidelines and C# coding practices as mentioned in the software manual.
  • Is descriptively named and is linked to the issue number.

1) Added a button in the Point Translations List View Model.
2) Added method to handle creation of new Point Translations in the Programs Controller.
3) Linked the button to the create action.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more than one point translation
1 participant