Added pages #8
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jezv/VolovikovASPNET!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "web"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Нужны доработки
@ -0,0 +5,4 @@namespace PersonalAccount.Api.Web.Controllers;[ApiController]Оформление кода?
@ -0,0 +28,4 @@return corporation;}[HttpPut("{id}/settings")]У Вас на форме
<form method="post">Тут будет URL POST Index вместо
[HttpPut("{id}/settings")]Проверьте пжл
@ -0,0 +31,4 @@[HttpPut("{id}/settings")]public async Task<IActionResult> UpdateSettings(Guid id, Settings settings){var corporation = await context.Copropations.FindAsync(id);А остальные параметры. Например - наименование филиала?
@ -0,0 +37,4 @@return NotFound();}corporation.Settings = settings;Нет проверки.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.