mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-16 17:58:41 +00:00
Fix api path
This commit is contained in:
parent
d61324adb4
commit
2aa88a14e8
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<section class="box wf-100">
|
||||
<header><h1><?= $project->getName(); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form id="fProject" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/projectmanagement?{?}&csrf={$CSRF}'); ?>">
|
||||
<form id="fProject" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/projectmanagement?{?}&csrf={$CSRF}'); ?>">
|
||||
<table class="layout wf-100">
|
||||
<tbody>
|
||||
<tr><td colspan="2"><label for="iName"><?= $this->getText('Name'); ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user