mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-07 01:14:59 +00:00
Fixed wrong user being tagged due to tastypie API change
This commit is contained in:
@@ -354,6 +354,7 @@ div.event-content td {
|
||||
#sidebar-content-activity {
|
||||
font-size: 85%;
|
||||
}
|
||||
.no-click{
|
||||
cursor: pointer;
|
||||
[data-bypass="true"] {
|
||||
/* Styles */
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -10,8 +10,6 @@ var User = DSSModel.extend({
|
||||
urlRoot:com.podnoms.settings.urlRoot + "user/",
|
||||
isValid:function () {
|
||||
this.errors = {};
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user