I m 采用url_for(模块/myaction/id/3 )
,在经过修改的行政发电机屏幕上建立联系。 每当我采取新行动并试图将其与<代码>url_for(模块/action/id/3 )时,我就得<代码>/module/myaction/action。
When I try url_for( module/3/myaction )
i get the same result.
However when I use url_for( module/myaction?id=3 )
I get the expected result: module/3/myaction
I have only the default admin generated routing rules in my routing file.
Is this behaviour expected?