Skip to content

Commit

Permalink
Added the getStaffByUsername form input in webservice settings
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 committed Oct 21, 2023
1 parent 42846f5 commit 628681a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filament/Pages/ManageWebserviceSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function form(Form $form): Form
Forms\Components\Section::make([
Forms\Components\TextInput::make('base_url')->required()->columnSpanFull(),
Forms\Components\Fieldset::make('Webservice Endpoints')->schema([
Forms\Components\TextInput::make('staff_by_username_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'),
Forms\Components\TextInput::make('staff_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'),
Forms\Components\TextInput::make('student_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'),
Forms\Components\TextInput::make('all_staff_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'),
Expand Down

0 comments on commit 628681a

Please sign in to comment.