-
Notifications
You must be signed in to change notification settings - Fork 17
Added GN parameter options - group, assignToCatalog, transformwith. #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -115,6 +115,57 @@ | |
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="4" column="0"> | ||
| <widget class="QLabel" name="label_33"> | ||
| <property name="text"> | ||
| <string>Group</string> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="4" column="1"> | ||
| <widget class="QLineEdit" name="txtGeonetworkGroup"> | ||
| <property name="text"> | ||
| <string/> | ||
| </property> | ||
| <property name="placeholderText"> | ||
| <string>Group Id</string> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="5" column="0"> | ||
| <widget class="QLabel" name="label_35"> | ||
| <property name="text"> | ||
| <string>Assign to current Catalogue</string> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is rather long imho. Need to clone your PR and see if the UI still looks okay...
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, since this is a boolean, we should perhaps turn this into a radio button or something 🤔
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. British spelling seems to dominate but not always. |
||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="5" column="1"> | ||
| <widget class="QLineEdit" name="txtGeonetworkAssignToCat"> | ||
| <property name="text"> | ||
| <string/> | ||
| </property> | ||
| <property name="placeholderText"> | ||
| <string/> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="6" column="0"> | ||
| <widget class="QLabel" name="label_37"> | ||
| <property name="text"> | ||
| <string>Transform with</string> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would prefer
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. agree - transformation is a better label |
||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="6" column="1"> | ||
| <widget class="QLineEdit" name="txtGeonetworkTransformWith"> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am thinking of adding a dropdown here with all the available options for a more user-friendly experience. But this will do for now.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like the idea of a dropdown |
||
| <property name="text"> | ||
| <string/> | ||
| </property> | ||
| <property name="placeholderText"> | ||
| <string/> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item row="1" column="0"> | ||
| <widget class="QLabel" name="label_14"> | ||
| <property name="text"> | ||
|
|
@@ -140,6 +191,9 @@ | |
| <tabstop>txtGeonetworkName</tabstop> | ||
| <tabstop>txtGeonetworkUrl</tabstop> | ||
| <tabstop>txtGeonetworkNode</tabstop> | ||
| <tabstop>txtGeonetworkGroup</tabstop> | ||
| <tabstop>txtGeonetworkAssignToCat</tabstop> | ||
| <tabstop>txtGeonetworkTransformWith</tabstop> | ||
| <tabstop>geonetworkAuthWidget</tabstop> | ||
| <tabstop>comboMetadataProfile</tabstop> | ||
| </tabstops> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ByronCinNZ does this work properly when one or more of these values are an empty string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it works fine