dustpress
dustpress copied to clipboard
Overriding model methods not working as expected
If a public model method is overridden in an extending class, DustPress executes both during data fetching. The expected outcome would be that only the method in the extending class is executed.