Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
I
IPRSv2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Ngei
IPRSv2
Commits
a7f2c424
Commit
a7f2c424
authored
Apr 04, 2025
by
Brian Wangora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Birth search reset done
parent
96c9cea9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Searchform.php
app/Livewire/Search/Searchform.php
+5
-4
No files found.
app/Livewire/Search/Searchform.php
View file @
a7f2c424
...
@@ -228,7 +228,10 @@ class Searchform extends Component
...
@@ -228,7 +228,10 @@ class Searchform extends Component
$this->serial_number[]=$this->searchBirthEntryNum;
$this->serial_number[]=$this->searchBirthEntryNum;
$this->humans[] = $human;
$this->humans[] = $human;
$this->showTableResults();
$this->dispatch('viewResults', $this->humans,$this->serial_number,
$this->doctype,$this->records_not_found,
$this->search_count,$this->records_found);
}else{
}else{
session()->flash('error', 'Search parameter is missing..');
session()->flash('error', 'Search parameter is missing..');
}*/
}*/
...
@@ -246,9 +249,7 @@ class Searchform extends Component
...
@@ -246,9 +249,7 @@ class Searchform extends Component
$this
->
records_found
[]
=
$this
->
searchBirthEntryNum
;
$this
->
records_found
[]
=
$this
->
searchBirthEntryNum
;
$this
->
serial_number
[]
=
$this
->
searchBirthEntryNum
;
$this
->
serial_number
[]
=
$this
->
searchBirthEntryNum
;
$this
->
humans
[]
=
$human
;
$this
->
humans
[]
=
$human
;
$this
->
dispatch
(
'viewResults'
,
$this
->
humans
,
$this
->
serial_number
,
$this
->
showTableResults
();
$this
->
doctype
,
$this
->
records_not_found
,
$this
->
search_count
,
$this
->
records_found
);
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment