kartoza / feti

Further Education and Training Institute Website
Other
2 stars 15 forks source link

avoid occupation detail rendered twice #589

Closed myarjunar closed 6 years ago

myarjunar commented 6 years ago

fix #573 Occupation Backbone view model is destroyed in one page refresh cycle. I haven't found that but there is another way to avoid that: by avoiding occupation detail rendered twice. I also found a way to boost the performance of this workflow by replacing ajax request with structured backbone view. I will make a separate PR for that.

587 <- for replacing ajax request

588 <- for destroyed occupation model

myarjunar commented 6 years ago

can we merge this @cchristelis ?

meomancer commented 6 years ago

LGTM