IDEA plain and education share the same channel ID
Hello,
I am using IDEA Ultimate over NixOS and I update it regularly via an update script. This script uses https://www.jetbrains.com/updates/updates.xml and has recently got broken due to the fact that both products share the same update channel ID, "IDEA_Release", i.e.:
```
<channel id="IDEA_Release" name="IntelliJ IDEA Release" status="release" url="https://www.jetbrains.com/idea/download" feedback="https://youtrack.jetbrains.com" majorVersion="2018" licensing="release">
<channel id="IDEA_Release" name="IntelliJ IDEA+EDU" status="Release" url="https://www.jetbrains.com/education/" feedback="http://youtrack.jetbrains.net" majorVersion="2018" licensing="release">
```
Is this expected and the script should also parse the product name in the XML?
Please sign in to leave a comment.
There is no requirement for the channel id be unique for each entry. If you are using your custom update script please change it to use some additional attributes besides the id. Thanks.