Skip to content

Commit fdda7ad

Browse files
committed
Merge branch 'master' of github.com:conveyal/gtfs-editor
2 parents 25e2b48 + 9ba0399 commit fdda7ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/views/Admin/accounts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</script>
119119

120120
<script id="resetPassword" type="text/html">
121-
<form method="POST" id="resetPasswordForm" action="@{Admin.changePassword()}" class="form-horizontal">
121+
<form method="POST" id="resetPasswordForm" action="@{Admin.resetPassword()}" class="form-horizontal">
122122
<div class="control-group">
123123
<label class="control-label" for="username">Username</label>
124124
<div class="controls">
@@ -157,7 +157,7 @@ <h3>Account Management</h3>
157157
<td>#{if account.lastLogin}${account.lastLogin.format('yyyy-MM-dd hh:mm')}#{/if}#{else}--#{/else}</td>
158158
<td>#{if account.active}<i class="icon-ok"></i>#{/if}#{else}<i class="icon-remove"></i>#{/else}</td>
159159
<td>#{if account.admin}<i class="icon-ok"></i>#{/if}#{else}<i class="icon-remove"></i>#{/else}</td>
160-
<td>#{if account.agency}${account.agency.name}#{/if}</td>
160+
<td>#{if account.agencyId}${account.agencyId}#{/if}</td>
161161
<td><a href="#editAccountModal" onclick="editAccount('${account.username}');">Edit</a> <!-- | <a href="#resetPasswordModal" onclick="resetPassword('${account.username}');">Reset Password</a> --></td>
162162

163163
</tr>

conf/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require:
1212
- org.geotools -> gt-geojson 12.2
1313
- com.fasterxml.jackson.core -> jackson-core 2.4.4
1414
- com.fasterxml.jackson.core -> jackson-databind 2.4.4
15-
- org.opentripplanner -> otp 1.0.0-SNAPSHOT
15+
- org.opentripplanner -> otp 0.14.0
1616
- net.sf.opencsv -> opencsv 2.0
1717
- org.mapdb -> mapdb 1.0.7
1818

0 commit comments

Comments
 (0)