mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 06:29:27 +00:00
Entries copied to pasteboard now get placeholder and references evaluated
This commit is contained in:
@@ -53,8 +53,7 @@
|
||||
|
||||
- (NSString *)evaluatedCommand {
|
||||
if(!_evaluatedCommand) {
|
||||
NSString *placeholderFilled = [self.normalizedCommand evaluatePlaceholderWithEntry:self.entry];
|
||||
_evaluatedCommand = [[placeholderFilled resolveReferencesWithTree:self.entry.tree] copy];
|
||||
_evaluatedCommand = [[self.normalizedCommand finalValueForEntry:self.entry] copy];
|
||||
}
|
||||
return _evaluatedCommand;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user