<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/workbenches, branch master</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Merge pull request #561 from af83/6863-workbench-show</title>
<updated>2018-05-28T16:26:58+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-05-28T16:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4667e76f5280cf40f9ee494c6764182970760132'/>
<id>4667e76f5280cf40f9ee494c6764182970760132</id>
<content type='text'>
Refs #6863 Display import &amp; export actions on conditions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #6863 Display import &amp; export actions on conditions</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #7088 Workgroup#edit &amp; workbench#edit</title>
<updated>2018-05-21T05:00:40+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-05-21T05:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=098c8e0004136ca085fe119bba32e2b09898faa8'/>
<id>098c8e0004136ca085fe119bba32e2b09898faa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6863 Display import &amp; export actions on conditions</title>
<updated>2018-05-10T04:41:40+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-05-10T04:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=353ab119bb628947000ed57f740d3b380be057d3'/>
<id>353ab119bb628947000ed57f740d3b380be057d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Workbench#compliance_control_set_ids virtual attribute to merge with existing owner_compliance_control_set_ids. Refs #6960</title>
<updated>2018-05-09T13:53:44+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-09T13:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7107266518c028bebea7e4a89fd1db1040935b35'/>
<id>7107266518c028bebea7e4a89fd1db1040935b35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite compliance_control_sets associated to workbench or workgroup edits and imports. Refs #6960</title>
<updated>2018-05-09T13:15:05+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-09T13:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9684831ac650d633ddfab1062e2285f9482b1157'/>
<id>9684831ac650d633ddfab1062e2285f9482b1157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6961; Update Workbench#edit</title>
<updated>2018-05-09T08:19:33+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-09T08:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=64933b6903583b585f7de5bc391a9ab2ade1c6a7'/>
<id>64933b6903583b585f7de5bc391a9ab2ade1c6a7</id>
<content type='text'>
- Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s)
</pre>
</div>
</content>
</entry>
<entry>
<title>Workbenches#show: Don't allow pending referentials to be selected</title>
<updated>2018-04-30T15:08:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-30T15:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=2fdcbb5a82c23bdaa7e23bd0b3108f404c1e44ea'/>
<id>2fdcbb5a82c23bdaa7e23bd0b3108f404c1e44ea</id>
<content type='text'>
Disable the checkboxes next to pending referentials. This prevents them
from being deleted by the batch deletion operation.

In general it seems like we shouldn't be operating on pending
referentials, so if any new batch actions are added, it would make sense
to me for the checkboxes to stay disabled.

We want to disallow deletion of pending referentials because this can
put the data in an inconsistent state that requires manual intervention
to clean (I think).

Refs #6858
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable the checkboxes next to pending referentials. This prevents them
from being deleted by the batch deletion operation.

In general it seems like we shouldn't be operating on pending
referentials, so if any new batch actions are added, it would make sense
to me for the checkboxes to stay disabled.

We want to disallow deletion of pending referentials because this can
put the data in an inconsistent state that requires manual intervention
to clean (I think).

Refs #6858
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6572; Update filters on referentials list</title>
<updated>2018-04-27T09:17:19+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-19T14:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e8e029da36b493827820289f8db50645eb939806'/>
<id>e8e029da36b493827820289f8db50645eb939806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6442 Fix Referential sort on status (attr archived_at)</title>
<updated>2018-04-06T14:03:01+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-04-06T14:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=21f6beb14cbbee6cd5a6c042bceffbec352e8ea0'/>
<id>21f6beb14cbbee6cd5a6c042bceffbec352e8ea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6218; Add link to exports view</title>
<updated>2018-03-26T08:51:38+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-03-26T08:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1a64e4cb265a320005247e54b880287d3308d28b'/>
<id>1a64e4cb265a320005247e54b880287d3308d28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
