oveits / ProvisioningEngine

Ruby on Rails based ProvisioningEngine Frontend for provisioning of legacy systems via Apache Camel Backend (SOAP/XML+SPML+File import)
3 stars 6 forks source link

ProvisioningEngine page shows flash "You are already signed in.", although no login is needed/supported for the simulator. #43

Closed oveits closed 8 years ago

oveits commented 8 years ago

On Heroku, I have seen a flash "You are already signed in." on the upper right corner: image

For the ProvisioningEngine simulator, a login is not needed and not supported. Where does this flash come from? From Heroku? Or from ActiveAdmin? This is low prio, and I am adding it to the issue list as a reference only.

oveits commented 8 years ago

When entering https://provisioningengine.herokuapp.com/admin in the brower, I can see that I am logged into ActiveAdmin already. So, it is likely not a Heroku topic, but a side-effect of ActiveAdmin.

oveits commented 8 years ago

After refreshing the original link https://provisioningengine.herokuapp.com/customers, the flash is gone. This is expected: flash messages appear only once after being defined. They disappear when refreshing a page or switching to another page.

oveits commented 8 years ago

I won't fix this minor bug, so I will close it.