Bug report #11412
Error messages are shown in the wrong place
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alessandro Pasotti | ||
Category: | - | ||
Pull Request or Patch supplied: | Yes |
Description
Hi Ale
Currently when there is a problem with one of the field values in the manager the validated form that is returned shows the error message next to the wrong field. For example if I use
git://github.com/kartoza/sg-diagram-downloader.git
for the git repo url on this page:
http://plugins.qgis.org/plugins/SGDiagramDownloader/update/
Then I get an error message above the word "Code repository:" so that it looks like the error actually relates to the previous field. Changing the Core Repository text to this allows the form to validate:
http://github.com/kartoza/sg-diagram-downloader
But based on the placement of the error message, the user will probably never realise that.
As an aside, it would be nice to also support git:// and git@ url schemes for the git repo.
History
#1 Updated by Alessandro Pasotti about 9 years ago
- Pull Request or Patch supplied changed from No to Yes
- Status changed from Open to Closed
Fixed in d07589145c