mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
fix
This commit is contained in:
@@ -48,12 +48,6 @@ models.register({
|
||||
})
|
||||
|
||||
|
||||
window['MessageModel'] = MessageModel
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export class ActionModel extends models.Model{
|
||||
ProcessId = models.IntegerField({unique: true})
|
||||
Description = models.CharField()
|
||||
|
||||
@@ -69,6 +69,7 @@ ion-slide{
|
||||
|
||||
// search result type
|
||||
.options{
|
||||
max-width: 900px;
|
||||
margin-top: 10px;
|
||||
.container{
|
||||
.d-flex{
|
||||
|
||||
@@ -328,8 +328,8 @@ export class SearchPage implements OnInit {
|
||||
|
||||
searchDocumentDate;
|
||||
|
||||
if(this.searchSubject == '') {
|
||||
this.searchSubject = undefined
|
||||
if(this.searchSubject == undefined || this.searchSubject == null) {
|
||||
this.searchSubject = ""
|
||||
}
|
||||
|
||||
if(this.type == "Agenda" ) {
|
||||
|
||||
Reference in New Issue
Block a user