swetorrentking / rartracker

Complete private bittorrent tracker written in PHP and AngularJS
199 stars 67 forks source link

Locales are not properly showing up on the /requests/add page. #36

Closed ihv40894 closed 8 years ago

ihv40894 commented 8 years ago

The locales for REQUESTS.NAME_PLACEHOLDER and REQUESTS.COMMENT_PLACEHOLDER is not working correctly along with the buttons at the bottom.

This is happening on mysite.com/requests/add

swetorrentking commented 8 years ago

That page should work. So my guess is that the site is giving some other error causing this. Most likely have you changed categories and the page is trying to use categories not existing. Check in add-request.controller.js in the this.imdbLessCategories-list.

ihv40894 commented 8 years ago

That was the issue. Works perfect now. Thanks!