We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d447b commit 996c9a8Copy full SHA for 996c9a8
python/plugins/processing/algs/gdal/OgrToPostGis.py
@@ -88,7 +88,7 @@ def initAlgorithm(self, config=None):
88
self.addParameter(QgsProcessingParameterEnum(self.GTYPE,
89
self.tr('Output geometry type'), options=self.GEOMTYPE, defaultValue=0))
90
self.addParameter(QgsProcessingParameterCrs(self.A_SRS,
91
- self.tr('Assign an output CRS'), defaultValue='', optional=False))
+ self.tr('Assign an output CRS'), defaultValue='', optional=True))
92
self.addParameter(QgsProcessingParameterCrs(self.T_SRS,
93
self.tr('Reproject to this CRS on output '), defaultValue='', optional=True))
94
self.addParameter(QgsProcessingParameterCrs(self.S_SRS,
0 commit comments