open-craft / xblock-poll

An XBlock for Polling users and displaying the result
GNU Affero General Public License v3.0
18 stars 66 forks source link

WIP - Fix most frequent deprecation warnings #73

Closed awaisdar001 closed 4 years ago

awaisdar001 commented 4 years ago

Fixed the most frequently occurring deprecation warnings.

Use of .. or absolute path in a resource path is not allowed and will raise exceptions in a future release
xblock.fragment is deprecated. Please use web_fragments.fragment instead

FYI -- @jmbowman, @xitij2000