Page MenuHomePhabricator

It is shown Personal rule even I select to create a Global rule
Closed, InvalidPublic

Assigned To
Authored By
taoqiping
Aug 5 2014, 4:09 AM
Referenced Files
F186191: undefined
Aug 5 2014, 5:15 AM
F186178: undefined
Aug 5 2014, 4:09 AM
F186180: undefined
Aug 5 2014, 4:09 AM

Description

Repro steps

  1. Start to create a Global herald for commits

undefined (280×821 px, 28 KB)

  1. Click continue, check picture below

undefined (408×1 px, 31 KB)

The UI shows Personal rule triggers for commits. I am not sure why, because I don't think there is a bug as it is such a normal functionality. so can you help to check if another hits the issue?

I used Firefox 31.0 as browser

Event Timeline

taoqiping raised the priority of this task from to Needs Triage.
taoqiping updated the task description. (Show Details)
taoqiping added a project: Herald.
taoqiping added a subscriber: taoqiping.

In the URL it should show whether it is global or personal. I can't repro here, personally, but I don't know if there is some other bug/permission at work here.

Thanks chad.

I do see the rule_type=global in URL. but the page display as Personal.

undefined (583×1 px, 75 KB)

By the way, do you know where is the core.pkg.js or core.pkg.css in server? I got them by browser debugger, but cannot find resource from my web server, I want to clear those cache.

I noticed seems something wrong with URL: http://pms.tkeasia.com/herald/edit/?content_type=commit&rule_type=global
The "&" has been translated to &

Any suggestion for this?

I noticed seems something wrong with URL: http://pms.tkeasia.com/herald/edit/?content_type=commit&rule_type=global
The "&" has been translated to &

Any suggestion for this?

I remembered my Apache don't recognize the rewrite rule flag B, so my rewrite rule configured as below in httpd.ini, it maybe related:

RewriteRule ^/rsrc/(.*)     -                       [L,QSA]
RewriteRule ^/favicon.ico   -                       [L,QSA]
RewriteRule ^(.*)$          /index.php?__path__=$1  [L,QSA]
taoqiping claimed this task.

It is my fault because I inherits a php setting in which below setting is taken effective.
arg_separator.output = "&

It will work after comment it out in php.ini.

Will close the ticket, thanks.