ooiepe / epe_modules

1 stars 0 forks source link

EPE-47 Error when creating Web Resources #158

Closed seagrinch closed 7 years ago

seagrinch commented 8 years ago

From Allan 7/14/16 source origin field is a required field, but the form needs to set the value through validation. the required field check thus fail when submit. fix: when loading form, remove required field check so form submission can continue. also fix youtbue embed bug by using display_url instead of default url value https://github.com/ooiepe/epe_modules/pull/103

From Allan 7/16/16 base on conversation with Sage, this is not a bug rather a usability issue, so need to revert the change to https://github.com/ooiepe/epe_modules/pull/103, and re-implement a more descriptive solution.

From Allan 7/17/16 Content type name & field label/description are updated, https://github.com/ooiepe/epe_modules/pull/103 running update.php is required.

seagrinch commented 8 years ago

For some reason, new Web Multimedia resources shows up in a user's "Featured" list by default, even though it doesn't seem to have any status. Not sure what's up.

seagrinch commented 7 years ago

Adding Web Multimedia resources seems to be working properly.