DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

refactorization of slot #145

Closed ayumiesan closed 5 years ago

ayumiesan commented 5 years ago

PR information

Q A
Branch? Develop
Bug fix? yes
New feature? no
Tests pass? yes
Related issue #

Description

Refactorization of Slot part

Rantignac commented 5 years ago

Resolve conflicts please

ayumiesan commented 5 years ago

I have this behaviour:

  • I create a new slot

Expected:

  • be redirected on event schedule page and see my created slot

Current behaviour:

  • I am redirected to an empty page with JSON type (my Json viewer plugin is activated)

Note: Then I come back to the envent schedule page, and the slot is created.

I had this problem and solved it, just clear your navigator cache.

alcalyn commented 5 years ago

Ok in fact I had to run npm run watch as it has stopped to watch assets... Thanks it works.

I had this problem and solved it, just clear your navigator cache.

alcalyn commented 5 years ago

Rebased and reintegrated in https://github.com/DarkmiraTour/community-event-manager/pull/201