nikolagsiderov / APPartment

Home Management System, which is .NET-based. Blazor & MVC as web clients, consuming from a Web API. Services operating with a custom ORM framework, retrieving data from a SQL Server database.
3 stars 2 forks source link

Not loading events #388

Open nikolagsiderov opened 3 years ago

nikolagsiderov commented 3 years ago

Since recent changes, both on UI and Server level, we seem to have broken the 'getting' of events for the general calendar. Fix this issue. Here are steps to reproduce the problem:

  1. Fire up the project
  2. Login to user and home
  3. Go to Inventory/Manage
  4. Create a new inventory object
  5. Go to 'details' of this new inventory object
  6. Create a meta-object 'Event' from Events clingon tab, by filling in all necessary info
  7. Go to General Calendar from menu

Expected results: You should be able to see your event you just created in the inventory object, here in the calendar from start to end date, which you have set Actual results: No events are displayed in the general calendar, at all...