- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 7 2023
Aug 30 2023
Aug 29 2023
@valerio.bozzolan I found the js section where with the listener for open/close the persistent chat. From there I can get element somehow (by ID I don't think it would be good, because it seems to be auto-generated (UQ3_0)) and remove the class "core-menu-item" and the invisible gear icon will no longer be clickable. If the chat is not minimized, we add the class back so we can see it and click it.
Updating D25420:
Aug 28 2023
Updating D25420: Added a checkbox to ignore timezone conflict in Adjust Timezone dialog window. Using the checkbox instead of a button because this way it's possible to reuse the existing form. Also, i still didn't find a way to capture the additional button click event. This way, if you check the checkbox, it will use the current setting timezone.
In D25419#12006, @valerio.bozzolan wrote:It seems your "master" branch has (many?) local unexpected commits.
In order to work on this feature, in Phorge, try these:
git status # you should be on master - please eventually manually delete any local uncommitted changeThen, create another clean branch:
git branch pippo_feature git switch pippo_feature git reset --hard origin/masterSo now you are on a custom branch pippo_feature that is super-clean. From there you can add fresh features and propose whatever patch.
(To switch between branches, just git switch master or git switch pippo_feature ecc.)
Updating D25419: Fix the whitespace issue in the message "Access Denied: Restricted File"
Aug 25 2023
In T15349#13341, @valerio.bozzolan wrote:I don't know how to add a third button in a modal, but I would agree on that approach.
In D25416#11982, @valerio.bozzolan wrote:Tested, seems good to me
To land, please do this from your side:
arc patch D25416 arc landThank you!
Aug 24 2023
In D25420#11967, @avivey wrote:Adding another notification will only make this more annoying.
Why not just improve the current dialog to make it easier to ignore the conflict?
Aug 23 2023
Updating D25419: Fix the whitespace issue in the message "Access Denied: Restricted File"
Updating D25419: Fix the whitespace issue in the message "Access Denied: Restricted File"