Skip to content

Commit

Permalink
Merge pull request #7 from savannabits/development
Browse files Browse the repository at this point in the history
Added the getStaffByUsername form input in webservice settings
  • Loading branch information
coolsam726 authored Oct 21, 2023
2 parents abb2676 + 628681a commit 8701160
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 8701160

Please sign in to comment.