Compare commits

..

4 Commits

Author SHA1 Message Date
9ef5d5ea63 Schema items no longer used for test/demo
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 34s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m22s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m29s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s
2025-02-02 14:28:31 +11:00
0702e6a258 Fix getMissingAttributes(), wasnt evaluating the different objects correctly 2025-02-02 14:28:31 +11:00
340ab435d6 Consistent calling of btn css, no functional changes 2025-02-02 14:28:31 +11:00
f38a342175 Work on adding additional objectclasses to an entry 2025-02-02 14:28:31 +11:00

View File

@ -75,7 +75,7 @@ class HomeController extends Controller
* @param string $id
* @return \Closure|\Illuminate\Contracts\View\View|string
*/
public function entry_attr_new(Request $request,string $id)
public function entry_attr_add(Request $request,string $id)
{
$xx = new \stdClass();
$xx->index = 0;