LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a reason why the api settings are not visibile on the web ui?

colisee opened this issue · comments

Hi @effgarces,

Is there a reason for skipping the following 2 configuration settings in config/config.php?

$conf['settings']['api']['enabled'] = 'true';
$conf['settings']['api']['allow.self.registration'] = 'false';

Excerpt from Presenters/Admin/ManageConfigurationPresenter.php

Capture d'écran 2023-08-05 120126

Cheers.

As far as I'm aware I don't see a reason for it.

Hi @effgarces,

In that case, I will issue a PR to enable the setup of the API section from the web ui.

Cheers.