<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/controllers, branch 6092-update-custom-fields</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Refs #6572; Crete Referentials in a pending state</title>
<updated>2018-05-02T07:45:17+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-02T07:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1fa2cf609c71952c6807db16bde6878b211a413a'/>
<id>1fa2cf609c71952c6807db16bde6878b211a413a</id>
<content type='text'>
And fix a bug preventing the deletion of referentials without a schema
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And fix a bug preventing the deletion of referentials without a schema
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6572; Fix referentials policies</title>
<updated>2018-04-27T09:17:19+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-27T08:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e9f087ca379dd5b8f26dc96bcfb5d23cd5951662'/>
<id>e9f087ca379dd5b8f26dc96bcfb5d23cd5951662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 #6572; New Referential#Show for noredy referentials</title>
<updated>2018-04-27T09:17:19+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-18T11:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f7fe4c24e29ceb517abdda66899952a5d6aa73bf'/>
<id>f7fe4c24e29ceb517abdda66899952a5d6aa73bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AutocompleteLinesController: Don't error if no `q` param is passed</title>
<updated>2018-04-26T07:16:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-24T13:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0becfb7afdc1e439059c1f82ef6860c1c52d7fd6'/>
<id>0becfb7afdc1e439059c1f82ef6860c1c52d7fd6</id>
<content type='text'>
Previously the action would respond with a 500 error if no `q` parameter
was given in the request. Instead, respond with a 200 and fix the error
that occurs as a result of assuming that `params[:q]` exists in
`AutocompleteLinesController#collection`.

Refs #5889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the action would respond with a 500 error if no `q` parameter
was given in the request. Instead, respond with a 200 and fix the error
that occurs as a result of assuming that `params[:q]` exists in
`AutocompleteLinesController#collection`.

Refs #5889
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialVehicleJourneys: Use display name in line filter drop-down</title>
<updated>2018-04-26T07:16:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T15:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9c0013324b3dddb00c70b663a031b4ecf10e92c7'/>
<id>9c0013324b3dddb00c70b663a031b4ecf10e92c7</id>
<content type='text'>
Previously we had been showing the `name` field for the initial value of
an already selected line. However, that doesn't show all the information
that's normally given in the drop-down options. We instead have to use
the `#display_name` method to get the full display that people are used
to seeing in the drop-down.

This also means we can no longer `pluck`, as more fields are required to
assemble the display name. Instead, just do a simple `find` for the
record.

Refs #5889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we had been showing the `name` field for the initial value of
an already selected line. However, that doesn't show all the information
that's normally given in the drop-down options. We instead have to use
the `#display_name` method to get the full display that people are used
to seeing in the drop-down.

This also means we can no longer `pluck`, as more fields are required to
assemble the display name. Instead, just do a simple `find` for the
record.

Refs #5889
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialVehicleJourneys: Show selected line in drop-down</title>
<updated>2018-04-26T07:16:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T11:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e5215f229e3dfa5d84a43bcf75e2edf8c99667a3'/>
<id>e5215f229e3dfa5d84a43bcf75e2edf8c99667a3</id>
<content type='text'>
Previously we weren't showing the currently-selected line filter in the
drop-down label.

If a line is selected, get its ID and name and use those to pre-fill the
select.

Using Select2's `initSelection` option to configure this instead of
putting `selected: ` in the Rails field definition. That would have
looked like this:

    collection: [[@filtered_line.name, @filtered_line.id]],
    selected: params[:q] &amp;&amp; params[:q][:route_line_id_eq],

But doing it that way wasn't possible because this is an AJAX-populated
Select2.

Since we already have a way to use `initSelection`, this was the
quickest and easiest way to go, but apparently Select2 v4.0 deprecated
this option, instead doing it with a data adapter. Couldn't really be
bothered right now to figure out how to set that up as it seemed like a
lot of work for not much payoff right now. Also, I was a little
disappointed in Select2's docs regarding this. From what I understood,
it looks like you basically need to create your own custom data adapter
to do this, which sounds like a pain, and I'm not sure if I would have
to mess with the rest of our existing Select2 configuration setup in
order to integrate that.

Refs #5889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we weren't showing the currently-selected line filter in the
drop-down label.

If a line is selected, get its ID and name and use those to pre-fill the
select.

Using Select2's `initSelection` option to configure this instead of
putting `selected: ` in the Rails field definition. That would have
looked like this:

    collection: [[@filtered_line.name, @filtered_line.id]],
    selected: params[:q] &amp;&amp; params[:q][:route_line_id_eq],

But doing it that way wasn't possible because this is an AJAX-populated
Select2.

Since we already have a way to use `initSelection`, this was the
quickest and easiest way to go, but apparently Select2 v4.0 deprecated
this option, instead doing it with a data adapter. Couldn't really be
bothered right now to figure out how to set that up as it seemed like a
lot of work for not much payoff right now. Also, I was a little
disappointed in Select2's docs regarding this. From what I understood,
it looks like you basically need to create your own custom data adapter
to do this, which sounds like a pain, and I'm not sure if I would have
to mess with the rest of our existing Select2 configuration setup in
order to integrate that.

Refs #5889
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6620; Show 'chrono' icon in computed journeys</title>
<updated>2018-04-26T05:05:10+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-23T11:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=fd537c998c2c25f2beeb8d9e17f7d91ca6973255'/>
<id>fd537c998c2c25f2beeb8d9e17f7d91ca6973255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6669; Revert Workaround</title>
<updated>2018-04-25T13:46:33+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-25T09:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=913dd3b3c6cfa0b519ac3043e8b0a4efc4d983b9'/>
<id>913dd3b3c6cfa0b519ac3043e8b0a4efc4d983b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround to CustomField initialization. #custom_fields_values requires to know the associated referential. Refs #6669</title>
<updated>2018-04-25T13:46:33+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-04-25T08:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a0567f40c0ad57abcf630d97816e38f73750138e'/>
<id>a0567f40c0ad57abcf630d97816e38f73750138e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
