You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <da...@brondsema.net> on 2019/07/10 16:14:42 UTC

[allura:tickets] #8316 Award/accolades error if project is removed



---

** [tickets:#8316] Award/accolades error if project is removed**

**Status:** in-progress
**Milestone:** unreleased
**Created:** Wed Jul 10, 2019 04:14 PM UTC by Dave Brondsema
**Last Updated:** Wed Jul 10, 2019 04:14 PM UTC
**Owner:** Dave Brondsema


Error on `/p/_admin/accolades` if a project is gone:

```
 File '/var/local/allura/Allura/allura/templates/jinja_master/master.html', line 143 in block "content_base"
   {% block content %}{% endblock %}
 File '/var/local/allura/Allura/allura/templates/neighborhood_admin_accolades.html', line 118 in block "content"
   <td><a href="{{grant.granted_to_project.url()}}">{{grant.granted_to_project.shortname}}</a></td>
 UndefinedError: 'None' has no attribute 'url'
 ```


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #8316 Award/accolades error if project is removed

Posted by Dave Brondsema <da...@brondsema.net>.
- **status**: in-progress --> review
- **Comment**:

Fix on db/8316



---

** [tickets:#8316] Award/accolades error if project is removed**

**Status:** review
**Milestone:** unreleased
**Created:** Wed Jul 10, 2019 04:14 PM UTC by Dave Brondsema
**Last Updated:** Wed Jul 10, 2019 04:17 PM UTC
**Owner:** Dave Brondsema


Error on `/p/_admin/accolades` if a project is gone:

```
 File '/var/local/allura/Allura/allura/templates/jinja_master/master.html', line 143 in block "content_base"
   {% block content %}{% endblock %}
 File '/var/local/allura/Allura/allura/templates/neighborhood_admin_accolades.html', line 118 in block "content"
   <td><a href="{{grant.granted_to_project.url()}}">{{grant.granted_to_project.shortname}}</a></td>
 UndefinedError: 'None' has no attribute 'url'
```


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #8316 Award/accolades error if project is removed

Posted by Dave Brondsema <da...@brondsema.net>.
- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -6,4 +6,4 @@
  File '/var/local/allura/Allura/allura/templates/neighborhood_admin_accolades.html', line 118 in block "content"
    <td><a href="{{grant.granted_to_project.url()}}">{{grant.granted_to_project.shortname}}</a></td>
  UndefinedError: 'None' has no attribute 'url'
- ```
+```

~~~~




---

** [tickets:#8316] Award/accolades error if project is removed**

**Status:** in-progress
**Milestone:** unreleased
**Created:** Wed Jul 10, 2019 04:14 PM UTC by Dave Brondsema
**Last Updated:** Wed Jul 10, 2019 04:14 PM UTC
**Owner:** Dave Brondsema


Error on `/p/_admin/accolades` if a project is gone:

```
 File '/var/local/allura/Allura/allura/templates/jinja_master/master.html', line 143 in block "content_base"
   {% block content %}{% endblock %}
 File '/var/local/allura/Allura/allura/templates/neighborhood_admin_accolades.html', line 118 in block "content"
   <td><a href="{{grant.granted_to_project.url()}}">{{grant.granted_to_project.shortname}}</a></td>
 UndefinedError: 'None' has no attribute 'url'
```


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #8316 Award/accolades error if project is removed

Posted by Kenton Taylor <kt...@slashdotmedia.com>.
- **status**: review --> closed



---

** [tickets:#8316] Award/accolades error if project is removed**

**Status:** closed
**Milestone:** unreleased
**Created:** Wed Jul 10, 2019 04:14 PM UTC by Dave Brondsema
**Last Updated:** Wed Jul 10, 2019 04:19 PM UTC
**Owner:** Dave Brondsema


Error on `/p/_admin/accolades` if a project is gone:

```
 File '/var/local/allura/Allura/allura/templates/jinja_master/master.html', line 143 in block "content_base"
   {% block content %}{% endblock %}
 File '/var/local/allura/Allura/allura/templates/neighborhood_admin_accolades.html', line 118 in block "content"
   <td><a href="{{grant.granted_to_project.url()}}">{{grant.granted_to_project.shortname}}</a></td>
 UndefinedError: 'None' has no attribute 'url'
```


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.