Commit 9f8d7ee4 authored by Leo Iannacone's avatar Leo Iannacone

check if on changing view there is a pacakge request

parent 4175ae75
......@@ -420,6 +420,7 @@ function Page_Distrubion(socket)
|| ! Utils.check_view_distribution(old_view)
|| ! Utils.check_view_distribution(view)
|| view.distribution.name != old_view.distribution.name
|| ! view.package.orig_name
)
{ // new distribution view
populate()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment