# 3.5.030

## INDEX

* [#inventory](#inventory "mention")
  * [#allow-searching-for-catalog\_id-in-change-type-and-replace-feature-tools](#allow-searching-for-catalog_id-in-change-type-and-replace-feature-tools "mention")
  * [#add-editing-action-in-dimensioning-dialog](#add-editing-action-in-dimensioning-dialog "mention")
  * [#automatic-district-data-if-geometry-exists](#automatic-district-data-if-geometry-exists "mention")
* [#om](#om "mention")
  * [#add-chlorine-and-turbidity-fields-in-mincut](#add-chlorine-and-turbidity-fields-in-mincut "mention")
  * [#add-type-and-streetaxis-filters-in-mincut-manager](#add-type-and-streetaxis-filters-in-mincut-manager "mention")
* [#epa](#epa "mention")
  * [#control-section-inconsistencies-between-consecutive-conduits-ud](#control-section-inconsistencies-between-consecutive-conduits-ud "mention")
* [#system](#system "mention")
  * [#add-open-plugin-folder-action-in-giswater-menu](#add-open-plugin-folder-action-in-giswater-menu "mention")

## INVENTORY

### <mark style="color:blue;">Allow searching for catalog\_id in Change Type & Replace Feature tools</mark>

Combo box widgets from these 2 buttons have been replaced by typeahead widgets, where users can type the text they are searching for. This change make easier to find the catalog when there is a long list of them.

<figure><img src="https://78444640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3OfYgdaTSD51CRsy2UO6%2Fuploads%2FM2SHP5Y1h5gXF1cqhtFy%2Fimage.png?alt=media&#x26;token=d09f18fb-4906-4cae-a900-5b8920061635" alt=""><figcaption></figcaption></figure>

### <mark style="color:blue;">Add editing action in dimensioning dialog</mark>

Edit button have been added into the dimensioning form to make the edition of it's data easier for the users. Notice that, before this version, to edit the data of the dimension, users needed to use the default QGIS edit button.

It will also harmonize Giswater's forms; network forms already have the edit button into the form itslef.

<figure><img src="https://78444640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3OfYgdaTSD51CRsy2UO6%2Fuploads%2FqeSXc8UIPptfYR82krC2%2Fimage.png?alt=media&#x26;token=2ec6c129-d272-417e-8c08-59e08d2adba8" alt=""><figcaption></figcaption></figure>

### <mark style="color:blue;">Automatic district data if geometry exists</mark>

One of the most recent mapzones on Giswater data model is the District. It represents the administrative boundaries of municipality districts.

In this version, edit triggers on the DB are capable to get automatically the data about which district an element is when inserted. Of course it's only useful if the geometry of the district layer is properly filled.

It harmonizes this mapzone to other ones, which already uses the capability of automatic data from geometry.

## OM

### <mark style="color:blue;">Add chlorine & turbidity fields in Mincut</mark>

Two new fields have been added to mincut data to collect when the process is on execution.

* **Chlorine** - To indicate if there is chlorine in the water on the mincut point.
* **Turbidity** - To indicate if the water has turbidity on the mincut point.

These fields can be filled on the second tab of the Mincut form, only when the execution have started.

<figure><img src="https://78444640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3OfYgdaTSD51CRsy2UO6%2Fuploads%2F05CqjZfh1jjOesXAPZwa%2Fimage.png?alt=media&#x26;token=d8c25166-69cf-42e8-9d67-9ee968777dc8" alt=""><figcaption></figcaption></figure>

### <mark style="color:blue;">Add type & streetaxis filters in mincut manager</mark>

Two new filters have been added to Mincut Manager. They will allow users to filter mincut list using its **Type** (mincut\_type field) or its **Streetaxis** (streetaxis field). This second filter function as a typeahead widget, which means that is possible to write and it will return matching street name results.

<figure><img src="https://78444640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3OfYgdaTSD51CRsy2UO6%2Fuploads%2Fi3RoVoTCxb7L2q2a8YSV%2Fimage.png?alt=media&#x26;token=5c0345b4-8075-413f-8102-c43f7699f4e9" alt=""><figcaption></figcaption></figure>

## EPA

### <mark style="color:blue;">Control section inconsistencies between consecutive conduits (UD)</mark>

A new function (*gw\_graphanalytics\_upstream\_section\_control*) have been added to Giswater's toolbox to control if the section of consecutive conduits isn't consistent.&#x20;

It compares section (geom1) data for conduits and warning users if there is some of them where it's section is bigger than the following conduit.

## SYSTEM

### <mark style="color:blue;">Add 'Open plugin folder' action in Giswater menu</mark>

Now is possible for the users to open the plugin folder where all Giswater files (python and sql) are stored. The path will change depending on the active profile on QGIS.

The goal of this action is to provide a simple acces to this folder, which can be useful for administrators in some occasions. Finding the folder using this button will be way more easy rather than search for it manually.

<figure><img src="https://78444640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3OfYgdaTSD51CRsy2UO6%2Fuploads%2FssQRVcuVWfLHjiCk0knA%2Fimage.png?alt=media&#x26;token=184543ae-b6d6-48ad-999b-7167af8e41c7" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://giswater.gitbook.io/change-log/3.5.030.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
