DigiArt-project / wordpressunity3deditor

wpUnity: transform your WordPress site into a 3D experiences authoring tool
Apache License 2.0
10 stars 0 forks source link

Change the redirect on "Create" asset submit button #349

Open jimver04 opened 6 years ago

jimver04 commented 6 years ago

3D editor is very heavy to be loaded each time a new asset is created. Make a menu to allow user to redirect where he/she wants.

Your asset was created successfully. What next ?

  1. Go to 3D editor 2. Make a new asset 3. View the created asset
tpapaz commented 6 years ago

I disagree, we already have too much of user interaction.

The most safe option would be to reload same page after he creates an asset

jimver04 commented 6 years ago

Since the content is the same should it be reloaded ? Just show a success message somewhere ?

jimver04 commented 6 years ago

@stathisnikolaidis Stathi can you stop redirect after creating an asset? @tpapaz Taso can you put a message for success with javascript?

tpapaz commented 6 years ago

The Wordpress way is that it just reloads the page after the successful addition (with empty fields). No message needed.

jimver04 commented 6 years ago

ok,

@stathisnikolaidis lets reload the same page (the Create Asset page) where the "Create New Asset" button should be also there permanently (not only in some cases as I have seen).